mirror of
https://gitee.com/seekfree/TC264_Library.git
synced 2026-06-04 03:32:56 +00:00
V1.0.4
默认勾选上生成HEX的功能 对Cpu1_Main.c中的core1_main函数默认添加 开启总中断的函数。 修复CPU1无法响应中断的问题 删除汇编中的包含路径信息 修复总钻风小分辨只采集一次的问题 添加RDA5807 FM模块驱动代码 修改LSL文件,方便通过#pragma 来指定变量或者程序放在指定RAM,具体如何使用请参考库例程Specifies_Variable_Or_Code_Location_Demo
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user