USB 上下拉电阻问题
内部集成了上下拉电阻,无需外部添加,至于与VBUS之间关系待验证。
https://github.com/jeanthom/DirtyJTAG/issues/10
https://github.com/MayaPosch/Nodate/blob/5252337dbe0aed25dcb9da7f25c9dc428238e139/arch/stm32/arduino/s…
必须要明白的概念 待补充(OTG协议还在分析和翻译中,整理完后再补充相关内容) 下面这个博客写的很专业,也给了很多启发,大家可以先去看看:
USB OTG原理 ID 检测原理https://www.cnblogs.com/liang123/p/632…
目录 优先级VS权限
基本概念
查看系统进程
几个重要信息
PRI and NI
PRI vs NI
top命令
上限: 详细步骤
下限:
其他概念 优先级VS权限 权限:能or不能 优先级:已经能,但是谁先谁后的问题(CPU资源有…
Komorebi的数学课 #include<iostream>
#include<algorithm>
#include<cstring>
#include<queue>
using namespace std;
const int N100010,mod1e97;
typedef long long LL;
typedef pair<int,int>PII;
int n,m;
LL qmi(int a, int b, int p)
{LL…