96-bit Unique id of STM8AF52xx
Hello.
I want to read the 96 bit unique id of STM8AF5288TCY microcontroller.
I have gone through some resources like the data sheet of stm8s105c4.
This mentions that the unique id is present 0x48CD address.
I want to know the address at which it is present for STM8AF5288TCY microcontroller as the datasheet does not specify it.
I want to read it as :
#define SERIAL_NUM_ADDR 0x49CD
const uint8_t * const serial= (uint8_t *)SERIAL_NUM_ADDR;
Please help me in identifying this unique id for STM8AF5288TCY
