User Activity

Hi, I want to do something extremely basic. Trigger a pulse using software for Timer 1 which is configured in Retriggerable One-Pulse Mode. Background: I can do the above if the Timer 1 is in normal One-Pulse mode. By simply Writing the CEN bit in TI...
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.