Hello,I jsut heard a roumor that the STM32F103 was issued end of life. Is this true or is it false info because there is a current shortage in the wafers? Does anyone have reliable information?Thanks!
SetupI have an STM32L151 mcu(application processor) and on its PB5 pin I have a peripheral (SARA-N3) connected. The requirements for the peripheral are that the pin is configured as an open drain output and is only used to pull it down for 1 second. ...
How to use the hardware CORDIC of STM32G4 to solve the natural logarithm? Are there any examples?
The STM32 dev board I'm working with is the Nucleo H745ZI-Q.This one has two cores, a M7 and a M4.Now when I try to load code onto it, it runs fine the first time I run the debugger.I noticed that when I reconnect the board, the second core doesn't b...
Hello everyone,I made a custom board for our design, a STM32L4R9VI and an ospi memory MX25UM51245G are integrated on this board. There is a MX25LM51245G on STM32L4R9I-disco board, but it is not in stock, so I chose this 1.8V version MX25UM51245G. The...
Hi everyone,I have a problem with a bidirectional SPI communication. I am using the HAL_SPI_TransmitReceive_DMA function for all my communications and my project is loosely based on the STM SPI example. I have now noticed a problem with my communicat...
Hello,I use with:- Nucleo-H743ZI2 -STM32CubeIDE ver 1.6.0-MCU Package ver 1.9.0I made loopback between PB14 & PB15 , the loopback work i checked it without DMA . I try to send data from buffer and get the data using DMA but it is not working.Thank's