- 博客(16)
- 资源 (2)
- 收藏
- 关注
原创 raspberry pi pico, 如何在macos平台使用picoprobe,vscode来debug程序
单独运行openocd时,也有问题,出现错误: CMSIS-DAP command CMD_DAP_SWJ_CLOCK failed。再买一块pico, 刷上debug程序,仅要16元,当然用便宜的。直接修改rp2040.cfg, 添加速度。在mac上的vs code总是遇见问题。debugprobe, 80元人民币。经过搜索,发现需要设置dap的速率,
2023-04-03 17:08:41 435
原创 VsCode debug Raspberry Pi Pico c程序
经过搜索发现网上说,将vscode的插件cortex-debug降级为0.4.3版本可以解决这个问题。我查了一下现在用的是0.4.4, 遂依样处理,解决。发现不知道怎么去升级gdb-multiarch到 9.0。
2023-03-24 14:15:21 709 3
原创 编译自己的live-build
在编译3568中,发现live-build的版本会有影响.ubuntu 20.04默认的版本,3.0~a57-1,不满足要求,.。
2022-08-14 15:59:43 771
原创 Ethernet PHY , the definitive guide version 0.1
以太网PHY, 物理层, 绝对指南Q: DP83848 PHY芯片是NS(国半)的,还是TI(德仪)的?是两家出的同一种类型的芯片吗 ?A: 2011年9月,ti收购了ns, 所以原ns的产品就新属于ti的模拟产品事业部。所以应该就是同一种东西。在2011年之前,我们看到的datasheet的logo是ns的,而之后的logo就是TI的了。因此可以去TI的用户论坛搜寻该芯片使用方
2017-07-23 15:19:47 385
原创 如何教孩子Scheme编程(2)
第二课 猜数字知识点 变量定义嵌套调用条件判断小朋友在课堂上经常玩这样的游戏:一个人心里想一个数字(1~100以内),另一个人猜,看谁能用最少的次数猜出来。这时告诉孩子,你心里想一个数字,让计算机猜,或者计算机想一个数字,你来猜。这个游戏,孩子是无法抗拒的。
2017-06-11 21:46:42 318
原创 How to program EMW3165 using command line interface?
(1) Erase and update bootloader.Execute the control program from Command Prompt Window.You need to be able to be execute the command of "ST-LINK Utility". For standard installation,
2016-04-21 20:54:43 578
原创 STM32 CubeMX HAL UART interface API
How to use HAL interface API for STM32 CubeMX generated freertos code?I am trying to use CubeMx auto-generated FreeRTOS code.
2016-04-10 17:42:36 1393
原创 AES, DES的实现
在Cortex-m3上实现AES或DES算法DESIt was once a predominant symmetric-key algorithm for the encryption of electronic data.AESFor AES, NIST selected three members of the Rijndael family, each with a block size o
2016-03-26 10:41:11 337
原创 Android 内部文件存储
File f = getContext().getFilesDir();显示目录内容File file[] = f.listFiles();显示文件列表,并且增加删除功能。
2016-03-17 14:20:20 301
原创 There is no ic_menu_refresh icon in android:drawable?
Android iconYou can download xml file from : downloadThen use the ic_menu_refresh.xml file instead.
2016-02-29 10:24:59 440
原创 How to add a logo into the gerber file?
I am an EE engineer, but how to add a logo into the gerber file, as the customer wanted?PADS 2007, cam350 is the tools I am using. Luckily small googling solved the problem.Step 1Download Bmp2asc.exe t
2016-02-28 16:18:31 574
原创 socket network programming
欢迎使用Markdown编辑器写博客本Markdown编辑器使用StackEdit修改而来,用它写博客,将会带来全新的体验哦:Markdown和扩展Markdown简洁的语法代码块高亮图片链接和图片上传LaTex数学公式UML序列图和流程图离线写博客导入导出Markdown文件丰富的快捷键快捷键加粗 Ctrl + B 斜体 Ctrl + I 引用 Ctrl
2016-02-21 09:48:20 371
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人