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

Resolved! 32F413HDISCOVERY - HS USB?

Posted on January 23, 2017 at 23:01The 32F413HDISCOVERY  webpage, and also the data brief DocID029964 Rev 1, both say the kit has:USB OTG HS with Micro-AB connectorhowever, the STM32F413 has 'only' an USB OTG FS.Also, on the picture of the DISCO's P...

STM32F4 lwip dropping packets?

Posted on January 08, 2017 at 21:24Hello all,I'm currently working on a bridge that takes in artnet packets (theatrical lighting control) and spits it out as data for ws8212 leds.I've got working code setup and running on an olimex stm32-E407 dev bo...

SPI DMA RX, polled TX hardfaults in HAL

Posted on January 13, 2017 at 00:15I've run out of DMA channels so I can't run SPI2 with DMA both ways. Since I'm talking to an external NOR flash chip where reading data is of much higher priority than writing I'd be happy with RX only DMA.Setting ...

Bug in STM32L4xx_HAL_Driver (SPI Transmit)

Posted on March 21, 2016 at 13:30 Component: STM32L4xx_HAL_Driver File: stm32l4xx_hal_spi.c Function: HAL_SPI_Transmit Line number: 519 Description: SPI RX FIFO not empty after transmit. Solution: Remove { __HAL_SPI_CLEAR_O...

STM32F207 Nucleo 144 UART1 Baud Rate

Posted on January 23, 2017 at 14:57Hello,i want a baud rate of 5 mbps on UART1/UART6 on STM32F207 Nucleo Board (As per reference Manual UART1 & UART6 can have baud rate up to 7.5 Mbps). However when i am configuring in STM Cube MX i am getting baud ...

USB problems

Posted on January 05, 2017 at 13:59Hello,I use a TUSB2046BVF to connect a host (tablet) to 2 USB connectors and 2 micros, one is STM32F103 and the otherSTM32F107, and I can only operate the 103 when I remove the pull-up resistor at 107.The other por...

STM32CubeF1 startup file

Posted on January 21, 2017 at 18:40Hi,I downloaded stm32cubef1 firmware package.  I am using examples on STM3210E_EVAL projects.  With the EWARM(IAR embedded workbend for ARM), I see all examples use startup_stm32f103xg.s as start up file.I am using...

Preferred method for determing hardware at runtime?

Posted on January 21, 2017 at 04:50You want us to use the HAL, ok fine.  We use the HAL. But we still often times need to know what hardware we are running on. What is the factory approved method for determining which board/chip is running?Where is ...

Labels