stm8s_flash library doesn't support addresses grater than 0xFFFF
Posted on June 27, 2014 at 11:27 Hello, in the stm8s_flash-library will not be supported far addresses (24Bit) because in every function an uint16_t-cast prevent the access to high adresses?! *(PointerAttr uint8_t*) (uint16_t)...