首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
nrf52专题
nRF52 avoid DfuTarg: how to prevent from staying stuck in bootloader mode without starting the app
board: nRF52832_xxac_s132 nordic / SDK 11 While you try to add DFU OTA service and flash softdevice, application ,and bootloader to your nRF52 (by nRFgo or command line tools), you might see its
阅读更多...
[nrf51][nrf52] 移植RTX或者FreeRTOS需要注意的问题
一、 使用MDK中的cmsis_os接口,需要查看以下代码是否被启用 /*Setup SVC to reset value.*/__STATIC_INLINE void SVC_Setup(void){#if (__ARM_ARCH_7A__ == 0U)/* Service Call interrupt might be configured before kernel start
阅读更多...