C3F Driver for MPC565

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

C3F Driver for MPC565

1,134 Views
Okie
Contributor I
I am trying to use drivers from Freescale to program the flash on the 565.
My application is written in Ada. We are not allowed (by certification rules)
to link any code into the application that we do not have the source for.
Thus, the approach we are taking is to load the binaries into a known
location in RAM, and then execute them from this location. The two
problems I am having are:
1) How do I pass parameters to these routines using this approach
   (specifically FlashErase and FlashProgram)?
2) How do I execute the routines?
 
Thanks for any help.
Labels (1)
0 Kudos
Reply
2 Replies

365 Views
CrasyCat
Specialist III
Hello
 
I have checked internally.
The flash programming applet are usable only integrated in the IDE right now.
 
So you will not be able to load them separately and execute them from RAM.
 
CrasyCat
0 Kudos
Reply

365 Views
CrasyCat
Specialist III
Hello
 
I do not think that we have a public API available for the Flash programming applet.
These applets are designed to be used from CodeWarrior IDE only (as far as I know).
 
I will check further with the developers if there is an API for that. I will let you know.
 
CrasyCat
0 Kudos
Reply