stm32cube eth 调试

参考: http://www.waveshare.net/study/article-666-1.html STM32CubeMX系列教程27:ETH https://blog.csdn.net/lan190827/article/details/81500996 STM32F417+DP...

stm32f4 usb 调试

stm32f4 usb 调试,软件调试可以使用 Wireshark 里面的 usb 组件,或者 usb Monitor 。 但是这些软件调试都有一个问题,必须在枚举分配地址之后,才能由软件调试收集到信息。如果在枚举的时候出错,就无法确认具体的错误。 碰到这种情况,只能选用有 usb 协议分析功...

eclipse gitflow

使用 eclipse 的安装市场安装 git 和 gitflow。 然后右键 项目工程,选择 team,选择 init gitflow,需要等待一会,就自动创建好了。 然后选择 gitflow 中的 start feature 来创建一个新的 feature。 修改好文件后,选择 git 中的...

stm32cubeide c++工程

只要在项目上右键,选择 convert to c++,即可转化为 c++ 工程。

outlook 邮箱收取 hotmail 邮箱邮件,无法绑定

使用 imap 功能,需要 hotmail 允许 imap,并且要放行 imap。 具体设置是在 需要提供 imap 的 hotmail 邮箱,点击账户头像,选择安全设置,然后查看最近的登录记录,对里面的 imap 登录记录进行放行即可。

stm32cubeide 添加自己的源文件夹

project右键 properties --> c/c++ general --> paths and symbols --> source location 这里面就可以添加源文件夹了。

stm32cubeide 代码提醒

stm32cubeide 是基于 eclipse 开发的软件,所以修改和 eclipse 类似,只要在 window --> perference --> keys 里面把 content assist 这个功能绑定到自己喜欢的按键即可。默认是 ctrl + space,我比较喜欢...

stm32cubeide 串口输出

在 main.c 中增加 /* USER CODE BEGIN Includes */ #include <stdio.h> /* USER CODE END Includes */ /* USER CODE BEGIN 0 */ #ifdef __GNUC__ #def...

android studio 类和方法注释

在 android studio 中对类和方法进行注释,快捷功能。

emacs org export pdf

1. 生成 tex 在 org 文件中按键 C-c C-e l l 这样能够生成 tex 文件 参考: http://tieba.baidu.com/p/3522363035 https://www.dazhuanlan.com/2019/10/16/5da60df92dd09/ https:...