当前位置:网站首页>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
边栏推荐
- leetcode刷题:二叉树07(二叉树的最大深度)
- leetcode:1314. 矩阵区域和【二维前缀和模板】
- 01 QEMU starts the compiled image vfs: unable to mount root FS on unknown block (0,0)
- R语言dplyr中的Select函数变量列名
- TCP-三次握手和四次挥手简单理解
- tdk-lambda电源主要应用
- Leetcode skimming: binary tree 09 (minimum depth of binary tree)
- NFT新的契机,多媒体NFT聚合平台OKALEIDO即将上线
- ctf-pikachu-XSS
- 新手找陪驾要注意什么
猜你喜欢
Lnk2038 detected a mismatch of "runtimelibrary": the value "md_dynamicrelease" does not match the value "mdd_dynamicdebug" (in main.obj)
R语言dplyr中的Select函数变量列名
Pointer array and array pointer
架构训练毕业设计+总结
02 specific implementation of LS command
最长递增子序列问题(你真的会了吗)
【微服务|openfeign】@FeignClient详解
Idea modify body color
A beautiful API document generation tool
Redis:有序集合zset类型数据操作命令
随机推荐
资深开发人员告诉你,怎样编写出优秀的代码?
Leetcode skimming: binary tree 07 (maximum depth of binary tree)
NFT新的契机,多媒体NFT聚合平台OKALEIDO即将上线
Detailed explanation of event cycle
【愚公系列】2022年7月 Go教学课程 001-Go语言前提简介
Leetcode 121 best time to buy and sell stock (simple)
PPt 教程,如何在 PowerPoint 中将演示文稿另存为 PDF 文件?
R语言中如何查看已安装的R包
毕业设计:设计秒杀电商系统
Leetcode brush questions: binary tree 05 (flip binary tree)
A beautiful API document generation tool
北漂程序员,月薪20K,一年攒15W,正常吗?
Select function variable column name in dplyr of R language
VIM add interval annotation correctly
RHCSA 04 - 进程管理
Katalon uses script to query list size
Pytest基础自学系列(一)
【微服务|openfeign】feign的两种降级方式|Fallback|FallbackFactory
leetcode 121 Best Time to Buy and Sell Stock 买卖股票的最佳时机(简单)
JS realizes the effect of text scrolling marquee