-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flash的操作函数 #1
Comments
找到了,在另外一个工程中,只是不知道为何这样做?、 |
Flash Driver工程:UDS_S32K144_FlashDriver 在 ECU 程序升级过程中,需要执行一段比较特殊的代码,这段代码实现对自身 Flash 的擦除与写入,又称 Flash Driver,这里简单总结一下 Flash Driver 存在的意义:
不过,至于工程到底采用方式1还是方式2,最终由车厂决定,请按照车厂要求开发
以上一部分内容来源于互联网,但是经过了我的修改,另外,我也觉得有疑问的是:通常,在 APP 当中,也需要有 0x2E 这样的服务去写信息到 MCU 的内部 Flash,如果采用以上的方式2,显然不太可行,这时应该只能采用方式1。如果车厂的手册中 0x2E 不写内部 Flash,只写外部的 EEPROM 等器件的话,方式2可行 |
谢谢解答~ |
你好,请问tFlashOptInfo 结构体中的的函数是在 InitFlashAPI 中赋值的么? Flash的操作函数原型在哪?
如 ret = g_pstFlashOptInfo->FLASH_EraseSector(&flashSSDConfig, address, size); 这行代码最终调用了哪个函数?
The text was updated successfully, but these errors were encountered: