We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
My system is a LPC1850 with IDE KEIL UV5 RTX and I boot from SPIFI. That being said I am trying to do a soft reboot. My hardware is set and I do not have an external pull-up P2-7.
I have tried; *(volatile unsigned int *)0x40043100 = 0x10400000; //memmap with boot ROM address *(volatile unsigned int *)0x40053100 =(1<<0); // Core reset
But I suspect since I don't have a pull up on P2-7 this will not work.
Do I need to update the OTP? If so, I cant seem to find a function in the Keil IDE. I sure could use your help! Thanks.