rizacelik / STM32F411CEU6_INAV_Firmware

STM32F411CEU6 Board Firmware
143 stars 43 forks source link

About its compiltion... #34

Closed bedjijia closed 10 months ago

bedjijia commented 10 months ago

Hi Riza!I‘m using your STM32F411CEU6 targer file but inav Configurator couldn't detected it because it was built by me...Does it should be changed something

NilsLab commented 10 months ago

@bedjijia For INAV 7.0.0 Update your target CMakeLists.txt with Clock define, And also connect MPU6500 or MPU9250 to the board these are must

target_stm32f411xe(STM32F411CE HSE_MHZ 25)

bedjijia commented 10 months ago

对于 INAV 7.0.0 更新您的目标 CMakeLists.txt使用时钟定义,并将MPU6500或MPU9250连接到板,这些是必须的

target_stm32f411xe(STM32F411CE HSE_MHZ 25)

Thanks for your tips! I‘ll try it next week because of the school.