Hi,
I am using MK10DX128 series.
I am using the Flash driver "Standard Software Driver for C90TFS/FTFx Flash" provided by Freescale to write to internal flash.
The FlashProgramPhrase() API fails with ACCERR. FlashEraseSector () API called just before this worked.
Went through the data sheet and driver manual. I am having no clue on this.
Any help will be really helpful :smileyhappy:
Thanks,
Renjith
已解决! 转到解答。
Hi
I solved this issue :smileyhappy:
Program phrase command was not supported in my CPU.
When I used FlashProgramLongword() API, it worked like a charm :smileyhappy:
Thanks,
Renjith