Posted on April 28, 2009 at 15:14Hi guys. I'm using a ST10F269Q2 and I'm trying to use GPT2 T5 and T6 in the capture/reload mode (page 184 in the user manual) to generate interrupts 4 times faster than they come into my system. I can't however get t...
Posted on March 12, 2008 at 11:27 Hi Guys. My setup is: Keil uVision IDE. ST10F Bootloader in Block 0. Operational Code in Block 4. I have a strange problem with my CAN. When I load my operational code into Block 0, my CAN work...
Posted on March 12, 2007 at 13:38Hi. I noticed this post was started a month ago so I don't know if my input will be of any use, but have you tried to jump to start of your code instead of a reset. i.e. define void (*jump_function) (void); and in yo...
Posted on March 01, 2007 at 14:12Hi Guys. I'm using a STR712FR2 with the Rowley Crossworks IDE. I'm having problems with my external interrupts, in that I can't exit the interrupt function. I'm using P0.10. I initialised the interrupts as follows: P...