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

OTG on STM32F7 controller

Hi team,             Is there any sample of OTG MSC on F7 controller. Need both Host and Device stack on single application. Based on the ID pin need to decide which one to run.  For Host - If i connect an USB stick to controller, it can read and wri...

Shikamaru by Associate III
  • 413 Views
  • 2 replies
  • 1 kudos

Resolved! unstable custom delay function (STM32 & STM32CubeIde)

 Hello,I have a small problem when using a custom delay function as follows : void delay_us(uint32_t delayus) { uint32_t start_count = __HAL_TIM_GET_COUNTER(&htim2); while ((__HAL_TIM_GET_COUNTER(&htim2) - start_count) < delayus) { } }  The attac...

LadyMt by Associate III
  • 2190 Views
  • 18 replies
  • 3 kudos

STM32 SPI receive always shifted 3-4 bytes

Posted on January 15, 2017 at 18:50Hallo,  i use the HAL to program a little test software to transfer data via spi between two STM32 Nucleo boards.One board with a STM32L476 sends every 5 ms 74 bytes of data as a spi master with 625 kBit.Chip selec...

volker2 by Associate II
  • 3909 Views
  • 19 replies
  • 0 kudos

STM32F103: Sometimes USART stops working

Hi, We are using STM32F103 in our project. Established IPC communication over USART. We have almost finished our development. We kept our setup running for long, sometimes we found that IPC-USART communication getting stuck, IPC does not work until w...

Resolved! Nucleo U575ZI-Q DCMI

Hello forum, I'm starting to develop a smart robotic system, I wanted to base the movement part on an STM32 micro-controller,We thought about basing our SLAM on a camera and a simple distance sensor (and an IMU of course) for the initial mapping. the...

Timer Compare Output using DMA - STM32F3Discovery

Hello,I am attempting to generate a waveform with a period of 33ms. In-between each period, I need to toggle the timer output 5 times with a varying timescale. My initial thought is to do this using a timer in output compare mode and then update the ...

daded1_1-1715401969734.png daded1_3-1715402159278.png daded1_4-1715402178719.png daded1_5-1715402229843.png
daded.1 by Associate II
  • 1025 Views
  • 4 replies
  • 1 kudos