Posted on February 21, 2014 at 05:11Hi, someone already asked for example code of how to program stm8 via swim... More specific way that ST can help is post the code that went into the STM32 chip on the STM8SVL discovery board... Then we could just...
Posted on September 28, 2012 at 00:13
Hi, first of all thanks for reading this!
This is assembly code (gnu arm) for setting up the ST32F103 to make sound out the DAC. It works in 48mhz PLL mode, but not in What follows is the complete progra...
Posted on September 29, 2012 at 23:29Thanks to clive1 i got it going ( i think).He was right, the prefetch buffer does need to be tweaked.A recommendation to newbies who want to master the literature on this product:read RM0008 (about STM32F103xx) A...
Posted on September 28, 2012 at 02:39BTW, i think i can clarify one other thing. this code works great at 48mhz, so testing the bits that have already been tested is apparently, OK. it seems to be something about 72mhz that makes it break. I've r...
Posted on September 28, 2012 at 02:34Hi, thanks for replying so quick. As regards waiting for the PLL source to settle, note the lines labeled ''PLL_waiter'' up until the ''beq PLL_waiter''. It is a while loop scheme to test until the RCC control ...