Posted on May 17, 2011 at 12:25I have Raisonance RIDE 7. On the options there I see I can download the target code into a hex file. This makes me wonder, is there some setting to do to prevevent this, just like they have in Atmelk AVR devices - you ...
Posted on May 17, 2011 at 12:22Quote:On 28-01-2008 at 18:27, Anonymous wrote: Take a look at stm32f10x_vector.c file and this file is compiler dependent. Inside this file you can find out the interrupt vector table for a Cortex M3 where all interrup...
Posted on May 17, 2011 at 12:22I have ride 7, and with it a load of examples came. I have successfully tried my own example with EXTI1_IRQHandler. To get it to work, one has to call EXTI_init, set EXTI1_IRQChannel with NVIC_Init. Since I got it to w...
Posted on May 17, 2011 at 12:21I tried the USB mass storage and virtual com port examples on my EVAL board with the RIDE. Unfortunately I got the PC message that ''something wrong with the USB device, the device might not work correctly''. I did not...