ADXL345 SPI works on STM32F446RE but same code fails on STM32H723ZG (DEVID 0xE5 not read)
I’m running into a confusing SPI issue and would appreciate a second set of eyes.I have an ADXL345 accelerometer over SPI working perfectly on an STM32F446RE Nucleo board. I can reliably read the DEVID register (0x00 → 0xE5) and stream XYZ data.I mov...