默认勾选上生成HEX的功能
 对Cpu1_Main.c中的core1_main函数默认添加 开启总中断的函数。
 修复CPU1无法响应中断的问题
 删除汇编中的包含路径信息
 修复总钻风小分辨只采集一次的问题
 添加RDA5807 FM模块驱动代码
 修改LSL文件,方便通过#pragma 来指定变量或者程序放在指定RAM,具体如何使用请参考库例程Specifies_Variable_Or_Code_Location_Demo
This commit is contained in:
SEEKFREE_Kang
2020-04-27 17:41:10 +08:00
parent 3f923caa1a
commit c1083dc65f
1344 changed files with 840944 additions and 1398 deletions

View File

@@ -19,6 +19,7 @@
#include "headfile.h"
#pragma section all "cpu0_dsram"
uint16 adc_result;
@@ -44,3 +45,5 @@ int core0_main(void)
}
}
#pragma section all restore