請問如何才能讓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