Busfault when reading device unique id on stm32h7b3
Hello everyone,
i am trying to read the device unique id of my stm32h7b3 mcu, but get a bus fault on line 2:
uint8_t* uid_base = (uint8_t*) 0x08FFF800;
uint8_t i = uid_base[0];

Do you know what could be the problem ?


