Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on October 27, 2016 at 13:10Hi,How can I get the discovery vocoder firmware for the STM32F4 Discovery Board refered in the AN4229 Application note? link for AN4229: http://www.st.com/content/ccc/resource/technical/document/application_note/2e...
Posted on October 27, 2016 at 15:02Folks, Has anyone seen this bizarre behaviour where if you write to a timer's CR1 register it also writes to the DMAR register? I have this utterly bizarre thing going on where my timer interrupt was going off at ...
Posted on October 27, 2016 at 09:45Hi, I've read a ton of forum posts here regarding hard fault error encountered when jumping from custom BL to App. But, in my case, it's working fine the first time I did the jump to App. But, when I jump back to B...
Posted on October 27, 2016 at 06:28HelloI am using stm32f373 chip to implement SDADC, USART, Timer, etc, and now I have a problem with interrupt.I tested USART1 interrupt code as below. If I send any character to STM, then it would receive it and se...
Posted on October 27, 2016 at 13:34Hello, I'm using a stm32f030x6. During normal operation i need my swclk-pin (PA14 in my package) to be configured as a UART. However for debugging, i'd like to reconfigure it back and use it as a swclk to use it wi...
Posted on October 27, 2016 at 09:10 Hello, I ported the microchip MiWi stack to STM32(NucleoL152RE) initaly using the mbed hardware librarys. I do not use the mbed compiler, but rather imported it into EmBitz and use the arm-none-eabi...
Posted on October 27, 2016 at 08:22 Helllo, Create a SW4STM32 project using Cubemx. Project in UART, freertos and lwip. I use the task with hal_uart_transmit_it not work.The give a framing error. Added ioc file void StartDef...
Posted on October 26, 2016 at 16:53Hi all. I'm using functions from STVP programming toolkit to implement STM32F051C8 programming in my C# application. I need a command for microcontroller reset after programming. Before I used command EVerifyAll f...
Posted on October 26, 2016 at 21:07Hello everyone. I am having problem with SPI inerface and stm32f4 development board. I am sending 16 bits of information. While the bis are sending the CS must be low and when they are sent must be high. Then goes ...