User Activity

Hi, I want to read flash memory to determine whether or not valid data is in the flash. And if this data can be used in my application. in my code, if I deference a Flash memory address I immediately get a ECCD error. Why is this happening?  Thanks, 
Hi,  For my application I need the following, I want to store variables in Flash memory, in order to preserve the data after a Hardware reset. My approach is as follows: 1.) Modify the linker script to keep a page of flash memory outside of the progr...
Hi, I would like to, trigger an update event interrupt using software. My timer runs in One Pulse mode, the idea is, that another event should also run the code in my Timer ISR. So after this other event happens in my code, I don't want to wait for t...
Hi,  I am operating the Timer 1 in One Pulse Slave mode.Yet I want to trigger the timer using software, without other timers, ect, ect. Is this possible ? Thank you. 
Hi,  Can I control the level of a GPIO Pin in software, if the GPIO Pin is in an Alternative function mode ?  For example, I have an application where I switch a MOSFET in Software, but I would like to use the Hardware or internal Silicon, and Softwa...