analogdevicesinc / msdk

Software Development Kit for Analog Device's MAX-series microcontrollers
Apache License 2.0
60 stars 75 forks source link

After programmer GPIO sample code in MAX32651EVkit. After powering on again, the MCU does not do anything. #1035

Closed michame951 closed 1 week ago

michame951 commented 3 weeks ago

Hi Sir, I used the MAX32625PICO to programmer GPIO sample code to the MAX32651EVkit. After entering Debug mode, the MCU control buttons and LEDs are work. When I unplugged the USB and plugged it back in, the MCU don't work. The GPIO sample code path as below. C:\MaximSDK\Examples\MAX32650\GPIO image

I suspect there's something wrong with my Debug Configurations, but I can't see what's wrong. Could you have any recommands? thanks a lot. image image image

EricB-ADI commented 3 weeks ago

If you press the reset button does it still work? If it is a problem with power cycling I suspect your linker configuration is putting the code in ram. Can you share the linker configuration?