FTFx_FCCOB0 = FTFx_ERASE_SECTOR;FTFx_FCCOB1 = GET_BIT_16_23(dest);FTFx_FCCOB2 = GET_BIT_8_15(dest);FTFx_FCCOB3 = GET_BIT_0_7(dest);
this is the Passing parameter command, but what is the exactly address?
解決済! 解決策の投稿を見る。
Hi,
FCCOBn registers are 8bit registers, so the address is split to FCCOB1-3. The address is 24bit only which is sufficient to cover whole flash.
Regards,
Lukas
元の投稿で解決策を見る
Thank you, Sir.