User Activity

I am using STM32F446RE. I am using the STM32CubeIDE. As STM32F446RE is Cortex-M4 based processor I have also gone through the M4 generic user guide and found that the range of NVIC_ISER0- NVIC_ISER7 is 0xE000E100- 0xE000E11C. But when I ran the code ...
I have configured the GPIO for I2C1(Alternate function 4) and enabled the Clock for I2C1. After that I am trying to enable the ACK. but not able to enable that.. Also tried for I2C2 and I2C3 facing the same issue.//enable the clock for the I2C periph...