Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
RT-Thread一般讨论
rtt调度器--线程调度跳转地址
发布于 2013-05-25 12:48:00 浏览:2322
订阅该版
1、请问我的调度器不起作用,打印出初始化的3个线程线程的栈内容如下: stack_addr:22225ffc tentry:569377668 texit:569426364 parameter:0 SVCMODE:19 SVCMODE:19 sp address:22225fbc startup a thread:init with priority:80 thread resume: init insert thread[init], the priority: 10 0x400 1 rt_application_init thread (NULL) take sem:heap, which value is: 1 try to malloc 0x300 on zone: 35 thread (NULL) releases sem:heap, which value is: 0 thread (NULL) take sem:heap, which value is: 1 thread (NULL) releases sem:heap, which value is: 0 thread (NULL) take sem:heap, which value is: 1 alloc a new zone: 0x2222d000 thread (NULL) releases sem:heap, which value is: 0 stack_addr:22211b20 tentry:569641888 texit:569426364 parameter:0 SVCMODE:19 SVCMODE:19 sp address:22211ae0 rt_thread_init--finsh_thread rt_thread_startup--finsh_thread startup a thread:tshell with priority:20 thread resume: tshell insert thread[tshell], the priority: 2 0x4 16 finsh_system_init stack_addr:22200940 tentry:569429616 texit:569426364 parameter:0 SVCMODE:19 SVCMODE:19 sp address:22200900 startup a thread:timer with priority:8 thread resume: timer insert thread[timer], the priority: 1 0x2 1 rt_system_timer_thread_init stack_addr:222003f8 tentry:569389116 texit:569426364 parameter:0 SVCMODE:19 SVCMODE:19 sp address:222003b8 startup a thread:tidle with priority:255 thread resume: tidle insert thread[tidle], the priority: 31 0x80000000 128 rt_thread_idle_init rt system scheduler start scheduler start to_thread thread[timer], the priority: 1 0x2 1 2、发现个线程的entry入口函数和exit出口函数的地址(如log中记录)不大对,请教各位原因?
查看更多
4
个回答
默认排序
按发布时间排序
jason_zhang
2013-05-25
这家伙很懒,什么也没写!
1、log中我打印出来的是十进制数,但是在map文件中无法找到rt_thread_exit; 2、我现在把entry的入口地址固定,但还是无法实现rt_hw_context_switch_to跳转
aozima
2013-05-25
调网络不抓包,调I2C等时序不上逻辑分析仪,就像电工不用万用表!多用整理的好的文字,比截图更省流量,还能在整理过程中思考。
没有任何描述,能看懂这些log的一定是神。 map文件中都是十六进制,你用十进制去找当然找不到。
jason_zhang
2013-05-25
这家伙很懒,什么也没写!
1、现在我的rtt运行到这里rt_hw_context_switch_to((rt_uint32_t)&to_thread->sp);会停止,不知道什么原因? ``` void rt_system_scheduler_start(void) { register struct rt_thread *to_thread; register rt_ubase_t highest_ready_priority; #if RT_THREAD_PRIORITY_MAX > 32 register rt_ubase_t number; number = __rt_ffs(rt_thread_ready_priority_group) - 1; highest_ready_priority = (number << 3) + __rt_ffs(rt_thread_ready_table[number]) - 1; #else highest_ready_priority = __rt_ffs(rt_thread_ready_priority_group) - 1; #endif /* get switch to thread */ to_thread = rt_list_entry(rt_thread_priority_table[highest_ready_priority].next, struct rt_thread, tlist); rt_current_thread = to_thread; /* switch to new thread */ rt_hw_context_switch_to((rt_uint32_t)&to_thread->sp); /* never come back */ } ``` 2、请问我在rt_hw_context_switch_to((rt_uint32_t)&to_thread->sp);上增加一句:asm("mov pc,#0x0")汇编,程序是否应该重启?
撰写答案
登录
注册新账号
关注者
0
被浏览
2.3k
关于作者
jason_zhang
这家伙很懒,什么也没写!
提问
6
回答
7
被采纳
0
关注TA
发私信
相关问题
1
有关动态模块加载的一篇论文
2
最近的调程序总结
3
晕掉了,这么久都不见layer2的踪影啊
4
继续K9ii的历程
5
[GUI相关] FreeType 2
6
[GUI相关]嵌入式系统中文输入法的设计
7
20081101 RT-Thread开发者聚会总结
8
嵌入式系统基础
9
linux2.4.19在at91rm9200 上的寄存器设置
10
[转]基于嵌入式Linux的通用触摸屏校准程序
推荐文章
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
env中添加lvgl软件包后,keil编译包--c99错误
2
【NXP-MCXA153】 定时器驱动移植
3
GD32F450 看门狗驱动适配
4
【NXP-MCXA153】看门狗驱动移植
5
RT-Thread Studio V2.2.9 Release Note
热门标签
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
UART
WIZnet_W5500
ota在线升级
PWM
freemodbus
flash
cubemx
packages_软件包
BSP
潘多拉开发板_Pandora
定时器
ADC
GD32
flashDB
socket
中断
编译报错
Debug
rt_mq_消息队列_msg_queue
SFUD
keil_MDK
msh
ulog
C++_cpp
MicroPython
本月问答贡献
踩姑娘的小蘑菇
7
个答案
2
次被采纳
a1012112796
18
个答案
1
次被采纳
红枫
5
个答案
1
次被采纳
Ryan_CW
5
个答案
1
次被采纳
张世争
4
个答案
1
次被采纳
本月文章贡献
YZRD
3
篇文章
6
次点赞
catcatbing
3
篇文章
6
次点赞
lizimu
2
篇文章
10
次点赞
qq1078249029
2
篇文章
2
次点赞
xnosky
2
篇文章
1
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部