Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
synersignart opened this issue Jan 2, 2024 · 2 comments

Comments

@synersignart
Copy link

synersignart commented Jan 2, 2024

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

@mmosca
Copy link
Collaborator

mmosca commented Jan 3, 2024

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.

@synersignart
Copy link
Author

I have to check , if there are some conflicts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants