Forum Posts
ST LINK V2 & STM32F205
Posted on May 27, 2014 at 15:17Hi everybody,I'm programming a STM32F205. I program it with a J-LINK and IAR, and it works well.Now I'm trying to use a ST LINK V2. It seems to program my microcontroller, because I have no error, but I have a warming ...
peripheral clock speeds on STM32f207
Posted on May 21, 2014 at 21:43i am using STM32f207i have a flash memory connected to SPI2. I used the ST examples and i got it working, read/write, .. great, ... the problem is the speed ... how fast can i run SPI2? There is a setting SPI_InitStr...
PWM problem
Posted on May 27, 2014 at 19:17Dear all,I have tested the pwm on the STM32F429 EVAL board. It seems all ok.Then I have seen with oscilloscope that with low values of duty cycle from 1% to 20% the pwm works for a while then stops and then restarts.Wi...
NUCLEO-F401RE ST-LINK/V2-1 not reliably sending data to USB host
Posted on May 25, 2014 at 05:48On the NUCLEO-F401RE, using the STM32F4xx HAL UART driver function HAL_UART_Transmit() to send a sign-on message to the ST-LINK/V2-1 virtual COM port to the host PC, I have noticed the sometimes the full sign-on messag...
STM32L Discovery set clock speed
Posted on May 27, 2014 at 08:11Hi.I wonder how i can config the STM32L Discovery clock speed from 32 Mhz as it is now down to 25 Mhz. #clock #stm32 #discovery #speed #mhz
Configuration differences STM32F401 to STM32F4?
Posted on May 26, 2014 at 10:50Hi, I just try to get an STM32F401 running, but it somehow does not seem to work with the standard STM32F4 system-startup files (e. g. from STM32F4 discovery). Is there some comparison PDF about necessary changes when ...
STM32F107RC USART2 TX Problem
Posted on May 27, 2014 at 13:53I use an STM32F107RC board and use USART2 interface. But USART2 Tx doesn't send first four bytes of each data transaction. I have tried both INTERRUPT and DMA mode.What is the problem? #dma #usart #stm32
SPI DMA example STM32F205RBT6 (Rx & Tx together)
Posted on May 27, 2014 at 10:15Is there any example code for implementing DMA on stm32F205rbt6 where I can do rx & tx together.1. I have to send 512 bytes & receive 512 bytes2. After 1 byte tx, wait until one byte received.3. then transmit next byte...
Cannot get my board to start USB bootloader
Posted on May 27, 2014 at 18:31We've designed a simple test board for stm32f407 but I am failing to figure out how to activate USB bootloader. I have boot0 pulled high and I have boot1/PB2 pulled down as Pattern1 in AN2606 tells me to do. The diagra...