C3F Driver for MPC565

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

C3F Driver for MPC565

1,245 次查看
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.
标签 (1)
标记 (1)
0 项奖励
回复
2 回复数

476 次查看
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 项奖励
回复

476 次查看
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 项奖励
回复