本文介绍了如何为已经有效的电路板上的控制器编写引导加载程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的问题混淆之前,让我说清楚。我是一家电子本科生,为一家生产烤箱控制器的公司实习。我的第一个任务是在闪存中写一段代码,使该板上的LED闪烁。我通过代码项目中的第一个问题成功地做到了。现在我需要为该板上的Controller构建一个Bootloader。系统启动并执行了我的第一个代码,这意味着已经有一个与该板相关联的启动代码。现在,我将如何为已经正常工作的系统编写自己的引导加载程序代码?我不是要求整个代码。答案引用教程,视频,博客的链接就足够了。



我尝试了什么:



我使用的控制器是飞思卡尔Kinetis KE02Z控制器。我尝试使用Google搜索并在其他论坛中查看但没有任何帮助。

Before My question confuses, let me make it very clear. I am an electronics undergrad doing internship for a company which manufactures oven controllers. My 1st task was to write a piece of code in the flash memory to blink the led in that board. I did it successfully through my 1st question in the Code Project. Now comes the main task I have to build a Bootloader for the Controller in that board. The system started and executed my 1st code which implies there is a bootcode already associated with that board. Now, how will I write my own bootloader code for a system which is already working fine? I am not asking for the entire code. Answers quoting links to tutorials, videos, blogs are enough.

What I have tried:

The controller which I use is Freescale Kinetis KE02Z controller. I tried googling and checked in other forums but nothing helped.

推荐答案



这篇关于如何为已经有效的电路板上的控制器编写引导加载程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 01:40