STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Problem writing string to emulated Eeprom

Can anyone explain to me what is wrong in my code?Microcontroller: STM32C031K6T6I'm trying to make an interface so that the user can change the name of their environment in real time, my idea and what I tried to write is something that holds the prev...

Problem with SPI and ADXL345

 Hi, I’m having trouble reading measurements from the ADXL345 using SPI. I’ve attached a picture from the debugger that shows a view of the variables. The SPI is configured as master full duplex, and I’ve included a screenshot showing the SPI configu...

FilipF303RE_0-1731342474048.png FilipF303RE_1-1731342489083.png

Resolved! SPI Triggering GPIO

SEE EDITI am using the STM32H7B3I-DK. I am trying to write my own simple SPI ISR to handle transmitting and receiving of just one byte I have gotten the slave working with my ISR (while master used HAL). I am now implementing on the master and having...

Resolved! SPI Slave Receiving Every Other Byte

I am using STM32H7B3I-DK running a touchgfx application and acting as SPI Master, and Nucleo-H743ZI as SPI Slave. Both are configured in interrupt mode not using HWNSS. The Master is sending 0,1,2,3,4,5,6,7, but the slave is only receiving 0,2,4,6,0,...