STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Clocks configuration - STM32F429

Hi everyone, I try to understand more deeply the the whole clocks issue and how each frequency affects the running time. My board is STM32F429, and the clock configuration set by default (maximum values). This is the best configuration for fast runni...

AS.5 by Associate II
  • 1454 Views
  • 3 replies
  • 0 kudos

Why that complicated UART baudrate formula for STM32F1

In RM0008 cha 27.3.4 talks of " Fractional baud rate generation" and goes at length with examples of those fractional number. If the "fractional" stuff is broken down to integers, it boils down that simply baud = f(clk) / BRR.Or, as libopencm3 write...

Resolved! How to reset Nucleo F401RE (Blocked board)

Hello everyone, I'm new on STM32.My Board is blocked in this state (see on the photo) : 2 led at red state continuously.And when I try to load program in the board, this type of erros occured : Error launching GDB server.Thanks for your Help !

0693W000008GD3lQAG.jpg
LHerm.1 by Associate III
  • 7324 Views
  • 4 replies
  • 0 kudos

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
  • 663 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
  • 473 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
  • 3127 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
  • 739 Views
  • 1 replies
  • 0 kudos

STM32F0x1 Reference Manual (RM0091 Rev 9) does not specify what the values of USART ISR TEACK and REACK bits mean when they are 0 or 1.

Compare to other bitfields, e.g., :RWU0: Receiver in active mode1: Receiver in mute modeThere is no such 0 or 1 specified for TEACK and REACK bits.Also, discussion in USART Transmitter and USART Receiver sections do not discuss this.Thanks