I am writing Flash Driver for MC9S12XDP512.
I have query regarding Flash page size for MC9S12XDP512.
Query: What is Flash page size in controller MC9S12XDP512?
My Flash driver only provides page/pages write operation.
In MC9S12XDP512 controller datasheet only sectors are defined for 512K flash module. No page is defined. Sector size is 1KBytes.
Sector size has to be an integer multiple of the page size.
In Burst programming 64 words in a row can be programmed consecutively using command pipeline operation.
So is this Burst programming mode related to Flash Page size?
Thanks In Advance!!!