请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:CC2564 您好!
是否有任何方法可以使 Bluetopia 4.0.2.2与 STM32CubeMx 一起运行? 如何使用 HAL 驱动程序而不是 STD_peripherals 驱动程序?
我搜索过较旧的帖子 、但我没有找到任何最新的好消息
提前感谢
Paolo
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好!
是否有任何方法可以使 Bluetopia 4.0.2.2与 STM32CubeMx 一起运行? 如何使用 HAL 驱动程序而不是 STD_peripherals 驱动程序?
我搜索过较旧的帖子 、但我没有找到任何最新的好消息
提前感谢
Paolo
e2e.ti.com/.../BluetopiaCubeMX.zip
一些经过编辑的文件以进行移植。 注:UART 端口经过硬编码、但易于更改。
BTPS 有自己的 SysTick 处理程序()实现,如果要在 stm32f4xx_it.c 中使用自己的实现,请重命名它:
void SysTick 处理程序(void) { //用户代码 begin SysTick _IRQn 0 */ BTPS_SysTick _Handler (); //用户代码 end SysTick _IRQn 0 */ HAL_IncTick (); HAL_SysTick _IRQn (); //用户代码 begin SysTick _IRQn 1 * /*用户代码 end SysTick 1 *