Hao
Hao
Hi, I tested it on mega2560 but the serial data recevied seems not good. I used an arduino uno with LidarSpoofing and connect the TX on arduino uno to RX3...
### 描述一下这个bug / Describe the bug 以下Arduino程序烧录后会导致刷写新程序异常困难,重复尝试十几次才能成功烧录一次。后来发现只要把舵机引脚PB6改为其他就可以正常刷写,说明程序对引脚的引用干扰了reset后boot模式的判断。如果无法修复的话建议直接禁用PB6作为输出功能使用,若使用则触发报错 ### 复现步骤 / To Reproduce ··· #include Servo servo_x; Servo servo_y; int pos_x = 0; int pos_y = 0; int ms_x = 1500;...
According to the datasheet: [https://admin.osptek.com/uploads/YDP_172_H001_V3_419aecaaf7.pdf](url) [https://admin.osptek.com/uploads/SPD_2012_L_WEA_2012_0_30_2bb6345773.pdf](url) The TE signal is used for synchronizing the data frame. This is an output and can be ignored in some cases. However, the D/C...
### Perform all steps below and tick them with [x] - [x] Check the related part of the [Documentation](https://www.openhasp.com/) - [x] Update openHASP to the latest version - [x] Reproduce...
Hi, TI offers excellent chips like the DRV8262/8962 for stepper motors. However, both of these chips feature an integrated high-side current sensor. From reading your documents, I understand that for...
### Is there an existing issue for this problem? - [x] I have searched the existing issues ### What part of EdgeTX is the focus of this bug? Transmitter firmware...
我尝试用pyocd reset -t stm32f429xi -m (default, hw, sw, sysresetreq, vectreset, emulated)几种方法都尝试过,均无法成功reset开发板。我怀疑是固件版本问题,于是尝试更新固件,但仅可以更新[interface_20240412.bin](https://github.com/wuxx/nanoDAP/blob/master/firmware/v2.3/DAPLink/interface_20240412.bin),如果更新[flash_image_20240412.bin](https://github.com/wuxx/nanoDAP/blob/master/firmware/v2.3/DAPLink/flash_image_20240412.bin)则会显示```error: The application file format is unknown and cannot be parsed and/or processed. type: user```. 更新完成后依旧无法成功重置开发板 我使用的是SWCLK, SWDIO, 5V, GND连接的开发板