Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
HMI-Board
RT-Thread
HMI-Board with RT-Thread v5.1.0 启用调试功能系统发生异常
发布于 2024-10-24 18:07:22 浏览:103
订阅该版
[tocm] - Hardware: RT-Thread HMI Board - RT-Thread: v5.1.0 - Toolchain: arm-none-eabi-gcc (15:10.3-2021.07-4) 10.3.1 20210621 (release) 测试代码放在Github 上面 ```bash $ git clone https://github.com/KunYi/sdk-bsp-ra6m3-hmi-board.git --single-branch --branch=fsp_5.2.0 # download source code from Github # the below operation for linux developement $ cd sdk-bsp-ra6m3-hmi-board/projects/hmi-board-lvgl # change to project folder $ source ~/.env/env.sh # set env $ source envsetup.sh # set RT-Thread & BSP libraries link $ scons --pyconfig # to pickup debugging features $ scons -jN # N for processor number $ scons flash # used pyocd to flash device board ``` 测试 HMI-Board 使用RT-Thread v5.1.0 发现一个问题 当预设开启 Kernel debugging feature 会发生系统崩溃 使用 Cortex-Debug 得到下面输出 ```c received signal SIGINT, Interrupt. 0x00055064 in rt_assert_handler (ex_string=0x1bd2b8 "tick != 0", func=0x1bd440 <__FUNCTION__.10> "rt_thread_init", line=346) at rt-thread/src/kservice.c:1152 1152 while (dummy == 0); ``` 下面是显示开启的项目差别 当没有开启的时候是正常可以执行的 ```c diff --git a/projects/hmi-board-lvgl/.config b/projects/hmi-board-lvgl/.config index 791e5c1..affcfca 100644 --- a/projects/hmi-board-lvgl/.config +++ b/projects/hmi-board-lvgl/.config @@ -36,7 +36,10 @@ CONFIG_RT_TIMER_THREAD_STACK_SIZE=512 # CONFIG_RT_KPRINTF_USING_LONGLONG is not set # end of kservice optimization -# CONFIG_RT_USING_DEBUG is not set +CONFIG_RT_USING_DEBUG=y +CONFIG_RT_DEBUGING_COLOR=y +CONFIG_RT_DEBUGING_CONTEXT=y +# CONFIG_RT_DEBUGING_AUTO_INIT is not set # # Inter-Thread communication diff --git a/projects/hmi-board-lvgl/rtconfig.h b/projects/hmi-board-lvgl/rtconfig.h index b98c12f..d1863df 100644 --- a/projects/hmi-board-lvgl/rtconfig.h +++ b/projects/hmi-board-lvgl/rtconfig.h @@ -24,6 +24,9 @@ /* kservice optimization */ /* end of kservice optimization */ +#define RT_USING_DEBUG +#define RT_DEBUGING_COLOR +#define RT_DEBUGING_CONTEXT /* Inter-Thread communication */ ```
查看更多
0
个回答
默认排序
按发布时间排序
暂无答案,快来添加答案吧
撰写答案
登录
注册新账号
关注者
0
被浏览
103
关于作者
KunYi
这家伙很懒,什么也没写!
提问
3
回答
60
被采纳
9
关注TA
发私信
相关问题
1
RT-THREAD在STM32H747平台上移植lwip
2
正点原子miniSTM32开发板读写sdcard
3
反馈rtt串口驱动对低功耗串口lpuart1不兼容的问题
4
Keil MDK 移植 RT-Thread Nano
5
RT1061/1052 带 RTT + LWIP和LPSPI,有什么坑要注意吗?
6
RT thread HID 如何收发数据
7
求一份基于RTT系统封装好的STM32F1系列的FLASH操作程序
8
RT-Thread修改项目名称之后不能下载
9
rt-studio编译c++
10
有木有移植rt-thread(nano)到riscv 32位MCU上
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
如何在master上的BSP中添加配置yml文件
2
使用百度AI助手辅助编写一个rt-thread下的ONVIF设备发现功能的功能代码
3
RT-Thread 发布 EtherKit开源以太网硬件!
4
rt-thread使用cherryusb实现虚拟串口
5
《C++20 图形界面程序:速度与渲染效率的双重优化秘籍》
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
ESP8266
I2C_IIC
WIZnet_W5500
UART
ota在线升级
PWM
cubemx
freemodbus
flash
packages_软件包
BSP
潘多拉开发板_Pandora
定时器
ADC
GD32
flashDB
socket
中断
Debug
编译报错
msh
SFUD
keil_MDK
rt_mq_消息队列_msg_queue
ulog
C++_cpp
at_device
本月问答贡献
踩姑娘的小蘑菇
7
个答案
3
次被采纳
a1012112796
13
个答案
2
次被采纳
张世争
9
个答案
2
次被采纳
rv666
5
个答案
2
次被采纳
用户名由3_15位
11
个答案
1
次被采纳
本月文章贡献
程序员阿伟
9
篇文章
2
次点赞
hhart
3
篇文章
4
次点赞
大龄码农
1
篇文章
5
次点赞
RTT_逍遥
1
篇文章
2
次点赞
ThinkCode
1
篇文章
1
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部