2020-08-24 01:13 AM
Powered the development kit via micro USB.
Running a simple LED toggle program.
Using IAR 8.5 the code runs and I see LED getting toggled.
If I generate hex and flash it via JLINK , I dont see the LED toggling.
Tried repowering, pressing reset button.. It doesn't help.
IAR optimization level is None.
Solved! Go to Solution.
2020-08-25 06:14 AM
I was using printf in my code, that caused the problem. Once I removed all the printfs it was working fine !
2020-08-24 06:42 AM
Is BOOT0 pulled down? Are the relevant option bits set so that things boot to user memory?
2020-08-24 10:27 PM
2020-08-25 06:14 AM
I was using printf in my code, that caused the problem. Once I removed all the printfs it was working fine !