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! STM32 BringUp Protoclol

Hi Is there a test procedure you guys follow when you BringUp MCU with new a PCB board?Beside testing interfaces like UART, I2C, Ethernet, Etc.. how do you test the internal MCU Configuration: registers configuration Clocks and PrescalersAXI BusCPU C...

deckhard by Associate III
  • 456 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H755, IPCC

In my project I have to share some info among the two cores in the STM32H755 controller but I'm not able to find some simple example about the use of IPCC. Yes, there are presentations etc, but STM32Cube_FW_H7_V1.8.0 repository doesn't provide one.

JTeba.1 by Associate
  • 318 Views
  • 1 replies
  • 0 kudos

Resolved! FDCAN callback function is not called

Hello,I am trying to set up a FDCAN communication between two STM32G431KBT6.The Tx part seems to work perfectly but I have a problem at the level of the reception.General informations: I use CAN-FD as a standard CAN 2.0B (Extended Id) at a baud rate ...

alxrey by Associate II
  • 2413 Views
  • 1 replies
  • 3 kudos

Resolved! NUCLEO-L476RG access SD card using SPI

Dear allI am trying to access my SD card using SPI, I tried the code below but I couldn't get it work.is there any official tutorial about SD card of NUCLEO-L476RG?SD CARD Info: 32GB, SDHC, FAT formathttps://github.com/eziya/STM32_SPI_SDCARD

XZhen.2 by Associate II
  • 491 Views
  • 1 replies
  • 0 kudos

Resolved! STM32 won't start without physical reset.

Hi, My mcu is STM32L476RGTx and I experiencing very strange behaviors to make my cpu start. This mcu is on pcb I designed myself.My boot0 pin is shorted to GNDAnd the reset pin pulled up to VCC.I can program my chip with my st link (updated to the la...

dodonny by Associate III
  • 4332 Views
  • 19 replies
  • 0 kudos

How i can use action “Build Selected File(s)�?.

I have Atollic TrueSTUDIO Version: 9.3.0.I bind keys to “Build Selected File(s)�? like this.Ctrl + Shift + L two times for window Preferences.In item Keys, i select "Build Selected File(s)", set Binding = Ctrl + Alt + B and When: In Windows , apply.M...

Undefined reference to HAL_UART_Init

Anyone knows how to fix undefined reference to HAL_UART_Init,HAL_UART_receiveI included all necessary files for this but somehow it doesn't find any reference#include "stm32f4xx_hal.h" #include "stm32f4xx_hal_conf.h" #include "usb_device.h" #include ...

arduo by Senior
  • 7181 Views
  • 11 replies
  • 1 kudos