inav-configurator icon indicating copy to clipboard operation
inav-configurator copied to clipboard

Issue: cannot connect after compiling and flashing INAV from Target STM32F405 and STM32F446 boards

Open synersignart opened this issue 2 years ago • 2 comments

INAV7.0.0 Chipset : STM32F405RGT6 and STM32F446RET6 Oscillator Crystal: 8mhz

Issue: cannot connect after compiling and flashing INAV from Target

STM32F405 missing in Target folder if defined system_stm32f4xx.c STM32F446 Discrepancy in Target folder system_stm32f4xx.c and Link Folder stm32_flash_f446xe.ld stating defined (STM32F446xx) VS stm32_flash_f446xe.ld file

would like to confirm is any one has issues in compiling , flashing and connecting

F446xE F405 missing F446 Decreptancy

synersignart avatar Jan 02 '24 13:01 synersignart

I suspect it may be a different issues. If the problem was missing definition for the MCU, it would not biuld and fail with the "Undefined CPU" error.

If the issue is connecting, it could be something else. What does your CMakeFiles.txt looks like? I believe the default value for the HSE cristal is 8Mhz. You can try adding HSE_MHZ 8 to your target, just to double check.

mmosca avatar Jan 03 '24 11:01 mmosca

I have to check , if there are some conflicts

synersignart avatar Jan 04 '24 12:01 synersignart