User Activity

Hey there!I am testing the communication between 2 STM32H7 custom-made boards using CAN bus (chip: SN65HVD230).My issue is that both ends communicate (Transmit and receive) despite the configuration filter IDs (1 & 2) I am setting. I also tried to bl...
I tried to imitate the MSP430 Master-Tx example code into the STM32 and I tested it on Arduino and it works. Also, Im sure my MSP430 Slave-Rx code is correct, I tested it by sending data from another MSP430 and it works.Any suggestions on what the pr...
I am using STM32H7, FatFS, FreeRTOS to write/read from an SD Card (SDMMC), it was working fine before I implemented FreeRTOS but after I did , it started returning this error when mounting the SD Card.Attached is my code and initialization related to...
I am using STM32H743 and trying to test my FRAM (FM25V20A) using SPI, I am able to read the device ID correctly but when I tried to write to the FRAM and read back I received zeros.I sent ULBPR and then WREN, when I read the status register using RDS...