Posted on March 28, 2012 at 16:12
I'm having some difficulty with getting the analog watchdog to work a second time. I am able to use it the first time correctly, but I think I might be missing something either when I disable it, or re-enable it ...
Posted on December 09, 2011 at 20:57
I have a Max3107 UART hooked up via the SPI1 bus on a STM32F103ZG. Currently, I can configure the UART, write data out and receive it. I'm trying to implement trigger interrupts because the UART has a 128 word...
Posted on April 03, 2012 at 22:16Why are you putting your vector table at 0x00000000 but then putting everything else starting at 0x08000000. The vector table should be at 0x08000000
Posted on March 28, 2012 at 19:18Scratch that. Turns out my problem was related to power being removed from the potentiometer before I was reading it the second time.
Posted on January 04, 2012 at 17:15
I'm using the same setup except I recently upgraded to Indigo. You need to use the GDB Hardware Debugger plugin if you are not already.
The main tab should just have the path to your elf file and your p...
Posted on December 12, 2011 at 21:57Just another small update on this issue; it was indeed the RX flag being set. The reason being was after writing a command to enable interrupts on the UART chip, an interrupt was triggered(TX FIFO empty) as one wo...