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! Stm32h743I using ethernet in Lwip middleware

Hii I'm currently working stm32h743IITx 176  pins stm32cube mx v 6.2.0 . i used ethernet in lwip middleware are used my currently using firmware version 1.9.1 but couldn't connect udp cilent in ethernet   .  No ping, no nothing. Currently I test with...

Resolved! Register bits missing in STM32CubeProgrammer

I stumbled across this problem:https://community.st.com/t5/stm32-mcus-products/unable-to-read-reset-values-of-the-stm32h730vb-octospim/m-p/212094In the current rev 3 of RM0468 https://www.st.com/resource/en/reference_manual/rm0468-stm32h723733-stm32h...

pkoevesdi_2-1715444936114.png pkoevesdi_1-1715444512232.png

Command sequence for USART bootloader on stm32G4 MCU

Hello, I am trying to flash the MCU with USART bootloaderI am using the command codes from below link, but are not working for meCan someone help me validate of the command codes are correct for STM32G4https://www.st.com/resource/en/application_note/...

Resolved! STM32G0B1V FDCAN AutoRetransmission

Hallo everybody, I have a question about the FDCAN peripheral of the STM32G0B1VC.I’m using the STM32Cube_FW_G0_V1.6.0 library and I have initialized the bus with AutoRetransmission:CanHandle.Init.AutoRetransmission     = ENABLE; During the transmissi...

g0_ScreenDump.png f0_ScreenDump.png
Thomas1 by Associate II
  • 591 Views
  • 4 replies
  • 1 kudos

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
  • 345 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
  • 1691 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
  • 3330 Views
  • 19 replies
  • 0 kudos
Labels