当前位置:网站首页>Instructions for LPC interrupt binding under ft2000+
Instructions for LPC interrupt binding under ft2000+
2022-07-04 04:29:00 【Felven】
at present FT2000+ 64 Under the core, more LPC interrupt , To ensure that the interrupt is not lost and the interrupt response delay is within a certain range , You can bind interrupts , The following is an example of operation under Galaxy Unicorn .
1、 Modify system startup parameters , Set nuclear isolation
( At least two cores need to be set , A running application , A binding break )
Input in the terminal vi /etc/boot/grub/grub.cfg
Add isolcpus=10,11 ( Modify according to the actual application , If the application uses multiple cores , Just specify the verification number , You need to reserve an extra core for interrupts )
2、 Set interrupt binding and application binding
Add interrupt binding operation in the startup script , Can be put in /etc/rc.local in . The nuclei used are those isolated from above , As shown in the figure below
Bind interrupts to 11 nucleus
Used in applications 10 Nuclear operation , You can also set the binding operation in the program code , You don't have to use taskset
边栏推荐
- 北漂程序员,月薪20K,一年攒15W,正常吗?
- [webrtc] M98 Ninja build and compile instructions
- 【愚公系列】2022年7月 Go教学课程 001-Go语言前提简介
- 最长递增子序列问题(你真的会了吗)
- 5张图告诉你:同样是职场人,差距怎么这么大?
- 多位科技公司创始人向Entrepreneur First提供高达1.58亿美元的C轮融资,协助其投资下一代全球创新者
- Flink learning 8: data consistency
- Unity Resource path
- Graduation project
- EventBridge 在 SaaS 企业集成领域的探索与实践
猜你喜欢
架构实战营 - 第 6 期 模块九之毕业设计
ctf-pikachu-XSS
I.MX6U-ALPHA开发板(C语言版本LED驱动实验)
NFT new opportunity, multimedia NFT aggregation platform okaleido will be launched soon
【愚公系列】2022年7月 Go教学课程 001-Go语言前提简介
Redis:有序集合zset类型数据操作命令
EventBridge 在 SaaS 企业集成领域的探索与实践
RHCSA 04 - 进程管理
仿《游戏鸟》源码 手游发号评测开服开测合集专区游戏下载网站模板
dried food! Generation of rare samples based on GaN
随机推荐
Apple CMS imitation watermelon video atmospheric response video template source code
Architecture practice camp - graduation project of module 9 of phase 6
疫情远程办公经验分享| 社区征文
Leetcode skimming: binary tree 07 (maximum depth of binary tree)
UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte 0x98 in position 1093: illegal multibyte sequence
Redis: order collection Zset type data operation command
Leetcode skimming: binary tree 04 (sequence traversal of binary tree)
分布式CAP理论
One click compilation and deployment of MySQL
旭化成首次参展第五届中国国际进口博览会(5th CIIE)
浅谈JVM的那些事
Emlog用户注册插件 价值80元
统计遗传学:第三章,群体遗传
[microservices openfeign] two degradation methods of feign | fallback | fallbackfactory
Boutique website navigation theme whole station source code WordPress template adaptive mobile terminal
leetcode:1314. 矩阵区域和【二维前缀和模板】
Flink learning 8: data consistency
Programmers' telecommuting is mixed | community essay solicitation
Statistical genetics: Chapter 3, population genetics
(指针)自己写一个比较字符串大小的函数,功能与strcmp类似。