User Activity

I have STM32CubeIDE Version: 1.12.0 and a STM32MP157F evaluation board.Created a M4 project and assigned SPI1 to it, generated the code.I then created a function to read a register:const uint16_t opcode = 0xe000; uint8_t value = 0; HAL_GPIO_WritePin(...