User Activity

Hello, I am trying to use STM8S208RBT6 as an I2C slave. It seems to be configured correctly, yet it doesn't acknowledge its address, and it doesn't get an interrupt. The registers are as follows:PE_DDR = 0x20;PE_ODR = 0x20;PE_CR1 = 0x20;PE_CR2 = 0x...
I am modifying code for the NUCLEO-8S208RB used with X-NUCLEO-NFC05A1 NFC reader. The code was originally developed by ST. I need to modify it for my own application. So, I created my own global variables and gotten rid of unnecessary code. So far ev...