and will return error message: ../Drivers/BSP/STM32F429I-Discovery/stm32f429i_discovery_lcd.h(49): error: '../../../Utilities/Fonts/fonts.h' file not found
@@embeddedteams9233 Utilities Folder contents seem like same with BSP folder..... The fonts.h in Utilities is missing when program run. T^T Is there any chance you could kindly update Utilities Folder? that will be super helpful~
Great tutorial for beginners to get started with LCD! ) The only issue is that cube didn't configure void SysTick_Handler(void) and uwTick was not incrementing. I add the function manually to stm32f4xx_it.c and everything began to work.
With the latest CubeMx I couldn't get this to work, at least using the clock selections shown. the "stm32f4xx_hal_msp.c" generates a "HAL_LTDC_MspInit" function that is called after the configuration from the default configuration of the BSP. It resets the Clock configuration, this can be fixed by setting the PLLSAIN to 192 and the PLLSAIR to 4 and DivR to 8. That made things work for me.
Utilities Folder doese not exist in the description ?
Me too
and will return error message: ../Drivers/BSP/STM32F429I-Discovery/stm32f429i_discovery_lcd.h(49): error: '../../../Utilities/Fonts/fonts.h' file not found
I will upload new tuto and i will put all files in git repos
The utilities folder is not there (the link is the same as the first one from BSP). Could you upload the folders or the project?
When the part 3? This is second part but I don't see the first one
I will upload whole playliste soon
thanks for the tutorial, it's very helpful, I'm only wondering whether there should be files like "font24.c" etc. because I don't see them anywhere?
Why is utilities link not working ?
it is the same as BSP.
check the step one by one and it will work
@@embeddedteams9233
Utilities Folder contents seem like same with BSP folder.....
The fonts.h in Utilities is missing when program run. T^T
Is there any chance you could kindly update Utilities Folder?
that will be super helpful~
hi the programs that written for (disco) can be run in (disc1)?
try and see if it's work else share with us your issues to resolved toghther
@@embeddedteams9233 ok thanks...
i run this with disc1. It works
@@nickolayonischenko3975
Hi for me it is not working
its compiling perfect, but it doenst work for me.. can't configure xtal in keil
what it the issue ?
Great tutorial for beginners to get started with LCD! ) The only issue is that cube didn't configure void SysTick_Handler(void) and uwTick was not incrementing. I add the function manually to stm32f4xx_it.c and everything began to work.
Thank you a lot i will upload soon some tutoriels to develop drone firmeware from scratsh be ready for it 😉
Thank you for this tutorial! It's very useful!
Glad to hear that!
could you please compress those folders so people without mediafire premium could also download them ?
i'll do for sure
@@embeddedteams9233 still we need mediafire premium
@@ozunyigitbayram4535 from now ill try to put the whole project in git repo
@@embeddedteams9233 Could you put it in git repo? I need all files :) Thank you in advance
so?@@embeddedteams9233
With the latest CubeMx I couldn't get this to work, at least using the clock selections shown. the "stm32f4xx_hal_msp.c" generates a "HAL_LTDC_MspInit" function that is called after the configuration from the default configuration of the BSP. It resets the Clock configuration, this can be fixed by setting the PLLSAIN to 192 and the PLLSAIR to 4 and DivR to 8. That made things work for me.
Happy to hear that u fixed the issue, if u have any issue just comment and ill reply u
@taylorh140 how did u manage to find out this was what caused the problem? you are amazing for finding the solution though.
Buddy today ur tutorial save my ass thx a lot
you're welcome
for image pls
i'll do don't worry
it says:
undefined reference to `BSP_LCD_Init' main.c /LCD/Core/Src line 113 C/C++ Problem
have you used the same library as mine?