TMPM4G9  V1.0.0.0
com_control.h
Go to the documentation of this file.
1 
13 /*------------------------------------------------------------------------------*/
14 /* Includes */
15 /*------------------------------------------------------------------------------*/
16 #include "stdio.h"
17 
18 #include "system_TMPM4Gx.h"
19 #include "TMPM4Gx.h"
20 
21 #include "txz_uart.h"
22 #include "txz_t32a.h"
23 
24 #include "Flash_Erase.h"
25 #include "Flash_Write.h"
26 
27 
28 /*------------------------------------------------------------------------------*/
29 /* Function Definitions */
30 /*------------------------------------------------------------------------------*/
31 extern void BootStop(void);
32 
33 
34 /*------------------------------------------------------------------------------*/
35 /* Variable Definitions */
36 /*------------------------------------------------------------------------------*/
37 extern uint8_t Recvbuf[1 + 1 + 1 + 128 + 2];
38 
39 
40 /*------------------------------------------------------------------------------*/
41 /* Configuration */
42 /*------------------------------------------------------------------------------*/
43 #define Low (0x00000000UL)
44 
45 #define RESOL_MAX 10
46 
47 #define RECV_ERR 0
48 
49 #define COM_NO_ERR 0x00
50 
51 
52 /* The End Of com_control.h file. */
53 
ISP_BOOT Flash_Write(PG2-PG7,Block1-Block15) Sample Application.
ISP_BOOT Flash_Erase(PG1-PG7,Block1-Block15) Sample Application.
CMSIS Cortex-M4 Core Peripheral Access Layer Header File for the TOSHIBA 'TMPM4Gx' Group...
void BootStop(void)
Definition: main.c:234
CMSIS Cortex-M4 Device Peripheral Access Layer Header File for the TOSHIBA 'TMPM4Gx' Device Series...
This file provides all the functions prototypes for T32A driver.
uint8_t Recvbuf[1+1+1+128+2]
Definition: Flash_Write.c:70
This file provides all the functions prototypes for UART driver.