You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

123 lines
3.6 KiB

/*****************************************************
*============================================================================
* HISTORY
* Below this line, this part is controlled by TSTS. DO NOT MODIFY!!
伪时间片嵌入式平台(Task Step by Step Turn by Turn Structure,简称TSTS)
*============================================================================
****************************************************************************/
#ifdef D_reame_first_before_use_TTSS
//任务命名规则:
// 1:第一层
/// 0驱动芯片级 flash
/// 1芯片应用级 save
/// 2任务应用级 jilu_save
//
// 2:第二层/flash/i2c/7290/等各类芯片
// 3:任务序号/不同的芯片/
//
1,
D_xxxx
Lx_driver_function
| | |
| | |-
| |
| |-
|
|-
:
LD
L0
L1
L2 L1的函数
L3 L2的函数
: Layer调用低Layer
:
:
1,,cpu内核调度
2,,,,
3,,,2.4g模块的不同模式设置下的数据流控制流程
3,,,,
: ,.
update by cc @20220307
clib/clib.c:
(线),
(lcd等固屏输出的)使
void Lc_print(void (*L0pf_send_uc)(char ww), char *dat,...)
-----------------------------------------------------------------------------------------
app
asp
bsp
debug
-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
tpc/:
struct _s_uart_rec_ ()------struct _s_uart_rec_
void L1_uart_2buf(struct _s_uart_rec_ *p)
--------------------------------------------------------------------------------------------
msp/uartx.c cpu相关
L0_UART0_Init
UART0_IRQHandler
L0_Usend_uc------UserDef
--------------------------------------------------------------------------------------
app: call readfunc///use val
bsp: drivera readfunc+val
app: send massage --use val2
asp: chain filter average handdle +val2
bsp: drivera readfunc+val
nb : at指令长度 2--32
*a = "dfasdfasdf"
*b = "dfasdfa4456567sdf"
ff 33 ff "dfasdfasdf" "dfasdfa4456567sdf" 0d 0a
send()
{
send head
send a
send b
send tail尾巴
}
******************************************************************************/
#endif