STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 FMC Common and Attribute Memory Space

Hello. I am working on a project where I need to access an external Flash chip on a STM32H7A3ZIT6 chip. I am trying to use the FMC and I'm just having a hard time understanding it.My biggest lack of understanding is coming in how in the world do I pr...

FMC_common_attribute_split.png Screenshot 2024-11-23 162458.png
L42Liam by Visitor
  • 34 Views
  • 0 replies
  • 0 kudos

SVD errors on STM32H503

Using python I have written small app to convert SVD V1.4 into assembly include. Then I started to write assemby code using RM0492 Rev2 .For the peripherals I use (RCC,ADC,GPIO,GPDMA,TIM,USART) I have found that there are few errors in the SVD file, ...

hijax_pl by Associate II
  • 73 Views
  • 2 replies
  • 0 kudos

Is TXP Necessary for SPI Slave?

I am having issues with my slave responding to my master. I am trying to lessen complexity by only using RXP on the slave, without TXP. The slave (Nucleo-H743ZI) responds one byte late.On the CS interrupt I send 0 for the first byte and enable RXP.*(...