STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Resolved! 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
  • 1439 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
  • 619 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
  • 3568 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
  • 5343 Views
  • 19 replies
  • 0 kudos