STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

DMA fails to complete (STM32F303x)

Posted on November 12, 2015 at 10:26This is a rather complex problem. I have an interrupt routine running under the systick handler with a period of 10mS. Within this I do 4096 reads of ADC3 via DMA2_Channel5, which works fine. Single shot modeThe p...

gbigden by Associate III
  • 962 Views
  • 10 replies
  • 0 kudos

STM32F411 IAP

Posted on November 18, 2015 at 11:37Hello all, I'm currently working on an STM32F411VEH6 MCU and I'm trying to launch an application located at the flash address 0x08004000 with a bootloader at the flash base address (0x08000000). I've read a bunch ...

GPIO 5V in AF

Posted on November 19, 2015 at 19:03 Hi, I wanted to know how could I have 5V in a pin associated with a timer. I do this configuration: /*GPIOA Configuration: TIM9 CH1 (PA2)*/ GPIO_InitStructure.GPIO_Pin = GPIO_Pin_2; GPIO_InitStruc...

fiulala by Associate II
  • 368 Views
  • 3 replies
  • 0 kudos

STM32F429ZI bricked (SPRMOD bit raised)

Posted on November 20, 2015 at 11:00Hello,I am activating hardware watchdog (by using option byte). But sometimes, i need to deactivate this hardware watchdog, so I wrote some J-Link scripts to disable it before flashing or erasing my MCU. Unfortuna...

STM32F4 file transfer via bluetooth

Posted on November 19, 2015 at 12:09 Hi there, I'm trying to receive file which has been sending from my laptop to my stm32f4discovery using usart via bluetooth HC- If I send just text data it works fine, but when I try to send some file ...

Flash Loader fails system boot with STM3220G-EVAL

Posted on November 18, 2015 at 17:21Hi,I have a STM3220G-EVAL board that I am trying to flash using CN16 (USART3) and the Flash Loader Demonstrator. I have tried both v2.5.0 and v2.8.0 of the Flash Loader and get the same result; either ''Unrecogniz...

STM32F7 SPI5 simple config and test fail

Posted on July 24, 2015 at 13:45 Hello, since i have lot of problems with HAL drivers, maybe some one could help me: I need SPI5 in software CS mode and full duplex 2 lines. Here is my config: SPI_HandleTypeDef hspi5; void Pie...

STM32F205 timer fires up an interrupt early

Posted on November 20, 2015 at 04:24I use TIM2. I configure device using this codeint main(){  ...        TIM2->CR1 = 0;      TIM2->EGR = 0;      TIM2->PSC = 59;      TIM2->ARR = 4999;      TIM2->DIER |= TIM_DIER_UIE;      TIM2->SR = 0;             ...

georg2 by Associate
  • 146 Views
  • 0 replies
  • 0 kudos

STM32F429I LTDC VSYNC ISR

Posted on October 22, 2015 at 21:18Hi folks,We're using an STM32F429I to drive an LCD using H/W similar enough to the STM32F429I-DISCO board so that I was able to get this working by using the STemWin BSP files from one of the demos. (Some tweaking ...

hbarta2 by Associate III
  • 561 Views
  • 2 replies
  • 0 kudos