Posted on May 17, 2011 at 12:48Finally got this going (now quite some time ago). It seems to have been that a COMPLETE build needed to be done under RIDE7. Guess using the ''make'' icon vs. rt-click, build on the project does things differently. So ...
Posted on May 17, 2011 at 12:48I built the example provided in the Firmware Library titled AnalogWatchdog (supposed to use the ADC and interrupts) from the ADC examples, and the example never gets through the NVIC_Init() function. The code is: /* Co...
Posted on May 17, 2011 at 12:47I've been trying to do much the same thing see my earlier post with subject [example: 3ADCs_DMA]. Just run the 3ADCs_DMA example in the Firmware Library examples (\FWLib\examples\ADC\3ADCs_DMA), and try to set a breakp...
Posted on May 17, 2011 at 12:47Anyone have trouble with this example? I'm compiling with GNU & debugging using Chameleon. It compiles/links/loads fine. It dies in the NVIC_Init() function. Not sure if I'm following the assembly right but it appears ...