rizacelik / STM32F411CEU6_INAV_Firmware

STM32F411CEU6 Board Firmware
122 stars 32 forks source link

inav 7 doesn't work #41

Closed olegin62 closed 4 months ago

olegin62 commented 4 months ago

The configurator does not connect to the controller after flashing the firmware. After downloading, LED C13 does not blink for one version and is permanently lit for the second version.

rizacelik commented 4 months ago

It should work. Reinstall the firmware. Check your pins. In case of lack of contact, problems may arise. Re-solder your solders.

olegin62 commented 4 months ago

Version 6 works fine. Is it possible that 6 works and 7 doesn't?

rizacelik commented 4 months ago

Since no changes were made from INAV 6.1 to INAV 7.0, it should work and has been tested.

For INAV 7.0 you need to install and connect with INAV Configurator 7. Have you done this?

Select "FULL CHIP ERASE" when installing.

Download and install the new INAV Configurator 7

olegin62 commented 4 months ago

I checked on 7.0.0 and 7.0.1 versions of the configurator, same result, after flashing the firmware the LED flashes 3 times then 4-5 fast flashes and that is it.

rizacelik commented 4 months ago

Along with the board, what sensors are you using?

olegin62 commented 4 months ago

Currently I don't use any sensors, there is only board

Dasmen commented 4 months ago

Возможно у Вас в настройках включены osd или sdcard, но физически они не подключены. У меня так было. Отключил в таргете, собрал прошивку и все заработало.

You may have osd or sdcard enabled in your settings, but they are not physically connected. I had it like that. I disabled it in the target, assembled the firmware and everything worked.

rizacelik commented 4 months ago

olegin62 It may not work without connecting a sensor. New versions may require sensor configuration. Please use the sensors specified in the diagram. It will work.

Dasmen commented 4 months ago

olegin62 It may not work without connecting a sensor. New versions may require sensor configuration. Please use the sensors specified in the diagram. It will work.

Please build the firmware from without FEATURE_OSD to outer, I think it doesn't work because of this.

olegin62 commented 4 months ago

olegin62 It may not work without connecting a sensor. New versions may require sensor configuration. Please use the sensors specified in the diagram. It will work.

Thanks, it fixed the problem.