新手上路
- 积分
- 37
- 金钱
- 37
- 注册时间
- 2017-6-21
- 在线时间
- 8 小时
|
1金钱
遇到报错:FreeRTOS\portable\port.c(129): error: A1944E: Literal pool entries cannot be generated in execute-only sections
FreeRTOS\portable\port.c(146): error: A1944E: Literal pool entries cannot be generated in execute-only sections
FreeRTOS\portable\port.c(224): error: A1944E: Literal pool entries cannot be generated in execute-only sections
解决不了,卡在这了,有没哪位遇到过,怎么解决。
STM32F103C8T6能跑大一点程序的RTOS吗?加入485的程序,定义了几个1024的缓存,总是报错?
|
最佳答案
查看完整内容[请看2#楼]
这个问题已经解决了,就是奇怪,加入RTOS为什么485进不了中断,将RTOS相关全部屏蔽掉就可以传入485接收中断,头大
|