Resolved! Recommended Practice for Programming Option Bits in Production
I have a project that uses the nBOOT pin for GPIO output and cannot pull it in any direction during POR. Therefore, the nSWBOOT0 bit needs to be programmed to 0 (its default is 1) before the code will function properly.What is the recommended practi...