Can we deal with odd memory addresses and odd data length in case of STM32 custom bootloader?
We are writing a custom bootloader on STM32F102 and weknow we can write the flash memory in 16 bit wide steps.We use now a continous binary flash image, so if it's lengthwould be odd we can concate one byte easily. In near future we would like to use...