Posted on November 20, 2013 at 03:48Hi everybody. I can't seem to get a basic timer to work. I've got it set for a 1 sec interrupt but it seems to never go into the interrupt. I've configured the clocks correctly and changed the header file to 8 ...
Posted on November 20, 2013 at 04:46Hi Clive,I'm in C and I check the start up assembly file and I confirmed the IRQ handler is correct. I realize my toggle for LEDs needs work. I never see it go into the interrupt in the debugger. It turns one o...
Posted on October 09, 2013 at 07:41Well I tried the code in a new project and it worked flawlessly even though the code running was identical. Very strange. Thank you for your help.Chris
Posted on October 08, 2013 at 05:06Thank you for the prompt reply. I plan on using the rmii ethernet feature so some of those pins will be blocked. I tried using PA3, PB0, PB1, PC2 and I'm still getting the same issue. Only one pin is connected a...
Posted on October 08, 2013 at 02:40I'm trying to achieve a four channel adc with dma. I used the code that clive1 provided but I'm getting the following issues: Values only on the first 2 elements of the array (All four ports are connected to the s...