STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Do I need to install external crystal for STM32

I just got an STM32 Nucleo 64 - F411RE.The board has a crystal installed on the debugger, and a crystal oscillator on the board.Do I need to install an external crystal in the provided space X3? and how can I do so?It's my first time using STM32 I do...

OElso.1 by Associate
  • 1256 Views
  • 2 replies
  • 0 kudos

Stm32G4 Massive Flash Problems

I´m currently working on an Application using the "new" G431 µC. At first i had massive Problems getting it to not crash (Several Hardfaults occuring here) randomly after ~100 instructions (not timing related...). After a while my good friend the rea...

TFasc.1 by Associate II
  • 2196 Views
  • 18 replies
  • 0 kudos

Unable to debug and push programs to my STM32L432KC.

Hi. I have encountered problem during pushing program to my nucleo board. I use STM32L432KC and it doesn't work there. Therefore i have also borrow STM32L011K4 and it seems that there everything works well on this borad. I am completly beginner in ST...

MTyle.1 by Associate
  • 1398 Views
  • 3 replies
  • 0 kudos

Resolved! Problem rewriting Macronix flash

Using STM32H7B3I Discovery for program development.Using stm32h7b3i_discovery_ospi.c thus BSP_OSPI_NOR_*** functions.Which uses mx25lm51245g.c thus MX25LM51245G_*** functions.Which uses stm32h7xx_hal_ospi.c thus HAL_OSPI_*** functions.Can erase relia...

SPI Master-Slave Communication

Hello,I want to communicate with SPI between STM32F7 and Texas DSP devices. STM32F7 is the master device and Texas DSP is the slave device. I am sending data from STM32F7 master device to Texas DSP slave device. But I can not send data from slave dev...

Subtle Q on 32F4 dual DAC (32 bit data feed) mode

I am finding that with DAC1 triggered from TIM5, DAC2 can be set either for the same trigger (the doc implies that) or for no trigger ("software" trigger). Both work.I would have expected software trigger / no trigger to work on DAC2 because the 32-b...

PHolt.1 by Senior III
  • 1379 Views
  • 13 replies
  • 0 kudos

NUCLEO-H745ZI-Q doesn't runs my program

Hello,I've ordered two NUCLEO-H745ZI-Q at a same distributor, on a same time.It seems that one CPU's board is "bricked" : The software runs fine on a board. the same software literally doesn't run on the second board.The embedded debugger tells that ...

ADe C.2 by Associate
  • 441 Views
  • 2 replies
  • 0 kudos

SPI DMA STM32H742VI with LL with Polling

Hello,I have tried to implement a simple SPI driver. Only with LL Lib. I would like to use DMA and I will do it without interrupts.So it works now. But for me it is not clear how to poll if the transfer is finish in the right way.So I use rx and tx d...