STM32H503RB I3C private communication
Hi all, I tried to communicate(private) with my I3C slave device by using STM32H503RB board (as a controller). Here's the code from "Introduction to I3C for STM32 MCUs - Application note Chapter 9.8 Private read" uint8_t aTxBuffer[1] = {0x0F}; u...