请问如何才能让 w806 支持#include libmaple/pwr. h
1, 确认下是否用到了这两个头文件里的接口或者定义, 如果没用到直接删除引用头文件即可, 或者直接删除看是否能编译通过.
2, 在第一步确认的基础上, 确实用到了这两个头文件, 那需要有这两个. h 的源文件, 剩下的操作就和 stm32 用 keil 编译一样了, 在 CDK 里左边的工程处, 右键 add 这两个头文件到工程里, 在工程设置里把头文件的的路径添加上. 就可以了.
Hello newbie! When adapting code for STM32 to use on the W806, you need to understand the differences in the hardware of these controllers. That is, the code can be divided into two parts - hardware dependent and hardware independent. You must rework the hardware-dependent part in relation to the features of the W806.
You may not need STM32-specific header files