这个人很懒,暂无签名信息
DSP入门必看(非常好的DSP扫盲文章)(ZZ)(7) 如何设置硬件断点? 在profiler ->profile point -> break point c54x的外部中断是电平响应还是沿响应? 是沿响应,准确的说,它要检测到100(一个clk的高和两个clk的低)的变化才可以。 参考程序,里面好象都要 dISAble wachdog,不知道为什么? watch...
[函数指针] 在学习嵌入式Linux的时候遇到一个函数 #include //用于创建线程 int pthread_create(pthread_t *tidp, const pthread_attr_t *attr, void *(*start_rtn)(void), void *arg) 参数说明: tidp: 线程id attr; 线程属性(通常为空) start_rtn: 线...