Hello,
i use IAR EWARM 8.20.2 and SDK 12.3.
I compiled the blank Blinky example from the SKD for the pca10040 without any Errors or Warnings. When i load the .hex to the board, only LED1 is blinking. 500ms ON, 500ms OFF. It seems like LEDS_NUMBER is = 1.
I did not made any changes to the Project. When i use the Debugger ("Step Into"), i am able to get the Programm to work as expected: LED1...LED2...LED3...LED4...!LED1...!LED2...!LED3...!LED4. Using "GO", only LED1 blinks.
The .hex-files differ. I attech them both. Using the same SDK on the PCA10028 works well for me.
Where should i start? Which files can i provide to get a solution or explanation?blinky_pca10040 (2).hexblinky_pca10040.hex
Kind regards