User Activity

I have created a bootloader and application.  My bootloader appears to launch my application successfully; however, the interrupts are not functioning in the application.  I used memcpy to copy the vector table into RAM. Below shows the results of th...
I have a touch screen application that I am having issues with. The touch screen works. The issue is that if I press and hold the buttons on my screen the image will toggle between touched/not touched. I am sure I must have something configured in...