STM32 MCUs Boards and hardware tools

Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32U5A9 OctoSPI memory mapped (read only) with NOR FLASH triggers hard fault on first access.

I am trying to bring up the MX25UM51245G NOR Flash connected to OctoSPI 1 on a STM32U5xx development board. I have implemented most of the actions specified in AN5050 to set up this NOR Flash.Since my use case does NOT require the ability to have the...

RMand by Senior
  • 6021 Views
  • 9 replies
  • 1 kudos

SPI Receive more characters than sent

I try to setup a SPI COmmunication to do some "cross-communication" for Safety Reasons.So in my test setup, i read characters from UART, send them via SPI to the Slave, the Slave logs them via UART and ackknowledges them through sending an "39".Sendi...

Patsch36 by Associate II
  • 930 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H747I-DISCO QSPI not working with BSP

I am trying to read and write to the MT25TL01G on the STM32H747I-DISCO board via the QSPI interface during runtime. I followed https://community.st.com/t5/stm32-mcus/how-to-add-a-bsp-to-an-stm32cubeide-project/ta-p/49812 to add the BSP to my project,...

nathan_s by Associate
  • 2004 Views
  • 3 replies
  • 2 kudos

Reading ADC Channels at once Callback

Hello Team,I'm pretty new to the field of the embedded systems. I want to read two adc channel at once Callback function. The ADC conversion should start at every timer8 update event. I wrote a code below for that but adc channels are read two differ...

hasan16_0-1692079929422.png hasan16_1-1692080073702.png
hasan16 by Associate
  • 2052 Views
  • 4 replies
  • 0 kudos

Resolved! nucleo-f410RB uart problem

I have nucleo-f410rb on handi tried to connect all three uart pin on the board (uart 1,2,6)none of them workand i found if i use keil to code the board, the uart2 message could come out from arduino board uart pinbut if i used STM32CubeIDE , it can't...

Resolved! CAN LOOPBACK NUCLEO-L432KC DOSEN'T WORK

Hello everyone,I try to check the LOOPBACK mode on the NUCLEO-L432KC board, but doesn't work. The CAN frame transmitted is correct, but I don't receive anything. I'm checking the TX frame output correctly with an oscilloscope.The code is very simple,...

GGGG_72 by Associate II
  • 879 Views
  • 1 replies
  • 0 kudos

stm32H747 disco Data Sharing

Hi, I'm running into issues writing to SRAM4 buffer (0x38001000). Apparently, there isn't any empty locations for  (0x38001000-(0x3800FFFF)) address. I currently have the M7 to service as a user interface (basically 3 screens) to access the M4 periph...