User Activity

I have 2 MCU, one is the STM32F401RE acting as master and the other is STM32G474RE acting as slave, I have kept both the controllers in open drain and pulled up, the slave address is 0x30<<1, I think the data is being transferred because on pressing ...
I have an STM32G474RE, I have not used any HAL or LL libraries, I have only programmed using the registers, my issue is that I am only getting 0 on the output of the ADC, I read through the reference manual and still couldn't solve the problem. I hav...