Skip to content

Commit

Permalink
fx3_firmware: change when NuandFpgaConfigSwInit() is called
Browse files Browse the repository at this point in the history
NuandFpgaConfigSwInit() is now delayed because it now requires the SPI
manufacturer to be known.
  • Loading branch information
rghilduta committed Jun 19, 2018
1 parent d6a9911 commit bbebcd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fx3_firmware/src/bladeRF.c
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,8 @@ void bladeRFAppThread_Entry( uint32_t input)
populateVersionString();
extractSerialAndCal();

NuandFpgaConfigSwInit();

bladeRFInit();
/* XXX Why do we need an 800ms delay here? It appears required for the FPGA
* load...
Expand Down Expand Up @@ -1058,8 +1060,6 @@ int main(void)
/* Initialize the logger so we can record failures past this point */
logger_init();

NuandFpgaConfigSwInit();

/* This is a non returnable call for initializing the RTOS kernel */
CyU3PKernelEntry();

Expand Down

0 comments on commit bbebcd1

Please sign in to comment.