开发板刚到手。今天研究了一下Keyfob的代码,发现在main中osal_start_system(),跟踪下去是osal_run_system();搞了半天,是一个类似操作系统的东西,类似任务的机制。但没有搞懂如何把自己的应用加进去。比如说,我在板子上加了EEPROM,我要把这个EEPROM的程序加进去。请问TI工程师,我该如何把自己的应用加入到Keyfob中?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
开发板刚到手。今天研究了一下Keyfob的代码,发现在main中osal_start_system(),跟踪下去是osal_run_system();搞了半天,是一个类似操作系统的东西,类似任务的机制。但没有搞懂如何把自己的应用加进去。比如说,我在板子上加了EEPROM,我要把这个EEPROM的程序加进去。请问TI工程师,我该如何把自己的应用加入到Keyfob中?