rizacelik / STM32F411CEU6_INAV_Firmware

STM32F411CEU6 Board Firmware
122 stars 32 forks source link

About its compiltion... #34

Closed bedjijia closed 6 months ago

bedjijia commented 6 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 6 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 6 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.