STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Components selection for stm32h743 nucleo board

Suggest a cam module suitable for stm32h743 Nucleo board, and I want a to monitor my motors and workspace, suggest me a suitable display. I am working on a project that pick and place objects by detecting them using computer vision. It will be helpfu...

Resolved! Stm32f407vet6 bootloader firmware

I bought a Stm32f407vet6 board yesterday and wanted to run ardupilot firmware on it. So I tried to put firmware in DFU mode by putting boot0 pin high and boot1 pin low, but for some reason I was not able to do that (my mistake). Then I tried to put t...

Resolved! STM32G474, [FD]CAN, Random duplicate frames on CAN bus, why?

Great ST Community,Problem:Why do I have random duplicate frames on the CAN bus with a STM32G474?Context:I am using STM32G474 ;I am using FDCAN1 (can not try with FDCAN2) with Classical CAN frames ;STM32Cube FW_G4 V1.4.0 ;STM32CubeIDE 1.7.0 ;I used t...

0693W00000Lw5MRQAZ.png
Julien M. by Associate II
  • 4078 Views
  • 7 replies
  • 2 kudos

CommandSet Issue with STM32H7B3 + Parallel NOR Flash

Hi, I have a custom board using STM32H7B3 with the MT28EW128ABA1HJS-0SIT NOR Flash, and I'm getting an error trying to initialize the NOR Flash during HAL_NOR_Init.   /* Get the value of the command set */ ... else // 16 Bit { NO...

wlynn777 by Associate III
  • 1508 Views
  • 2 replies
  • 0 kudos

Resolved! LPTIM current consumption

Hello, For my research work I want to characterize how much current the LPTIM of a STM32U575ZIT6Q consumes when in compare match mode (counting from 0 to 65535 repeatedly).I prorgrammed two very simple codes, one where the counter is not initialized ...

MCU current.jpeg
R.uy by Associate II
  • 1242 Views
  • 1 replies
  • 2 kudos

STM32F407VET6 FSMC to LCD driver

I want to try to interface a 7" 1024X600 display with the STM32F407VET6 chip. I know that the F407 does not have a LTDC so I was wondering if I could use a LCD driver chip that could be wired to the FSMC of the microcontroller. I also plan on using a...

I'm writing the following code: GPIOA-"MODER" 0x400; (set GPIO_MODER_MODE5_0). It's not working! In the debugging window, bit 11 doesn't change and the LD4 LED doesn't switch.

I have Nucleo-G071RB. I want to flash the LED LD4 using CMSIS. Use IAR 8.40I'm writing the following code: GPIOA->MODER |= 0x400; (set GPIO_MODER_MODE5_0). It's not working! In the debugging window, bit 11 doesn't change and the LD4 LED doesn't switc...

VTyut.1 by Associate
  • 3112 Views
  • 3 replies
  • 0 kudos