- Board C1T139A30_V1.2 (Chip 8258)
- Dongle C1T139A3_V2_0 (Chip 8258)
- Eclipse 1.3
- Burning EVK
I ran the BLE SIG Mesh (Light) demo but couldn't debug using UART. how to receive debug data via uart.
I edited the file: mesh / app_config_8258.h
Code: Select all
#define __LOG_RT_ENABLE__ 1
#define __DEBUG_PRINT__ 1
#define USB_PRINTER 0
#define HCI_ACCESS HCI_USE_UART
#if (HCI_ACCESS==HCI_USE_UART)
#define UART_GPIO_SEL UART_GPIO_8258_PB0_PB1
#endif