Utilities Folder doese not exist in the description ?
@RiMartinable2 жыл бұрын
Me too
@RiMartinable2 жыл бұрын
and will return error message: ../Drivers/BSP/STM32F429I-Discovery/stm32f429i_discovery_lcd.h(49): error: '../../../Utilities/Fonts/fonts.h' file not found
@embeddedteams9233 Жыл бұрын
I will upload new tuto and i will put all files in git repos
@magdalenat20447 ай бұрын
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?
@juancruzvillanueva2839 Жыл бұрын
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?
@lucadebs78722 жыл бұрын
When the part 3? This is second part but I don't see the first one
@embeddedteams9233 Жыл бұрын
I will upload whole playliste soon
@nickolayonischenko39752 жыл бұрын
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.
@embeddedteams9233 Жыл бұрын
Thank you a lot i will upload soon some tutoriels to develop drone firmeware from scratsh be ready for it 😉
@stm32523 жыл бұрын
Thank you for this tutorial! It's very useful!
@embeddedteams92332 жыл бұрын
Glad to hear that!
@anzekejzar32333 жыл бұрын
Why is utilities link not working ? it is the same as BSP.
@embeddedteams92333 жыл бұрын
check the step one by one and it will work
@kkvvy2 жыл бұрын
@@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~
@anechoicchambers3 жыл бұрын
its compiling perfect, but it doenst work for me.. can't configure xtal in keil
@embeddedteams92332 жыл бұрын
what it the issue ?
@mu85022 жыл бұрын
hi the programs that written for (disco) can be run in (disc1)?
@embeddedteams92332 жыл бұрын
try and see if it's work else share with us your issues to resolved toghther
@mu85022 жыл бұрын
@@embeddedteams9233 ok thanks...
@nickolayonischenko39752 жыл бұрын
i run this with disc1. It works
@Kushvlogs16124 ай бұрын
@@nickolayonischenko3975
@Kushvlogs16124 ай бұрын
Hi for me it is not working
@taylorh1402 жыл бұрын
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.
@embeddedteams9233 Жыл бұрын
Happy to hear that u fixed the issue, if u have any issue just comment and ill reply u
@danielzheng51236 ай бұрын
@taylorh140 how did u manage to find out this was what caused the problem? you are amazing for finding the solution though.
@anzekejzar32333 жыл бұрын
could you please compress those folders so people without mediafire premium could also download them ?
@embeddedteams92333 жыл бұрын
i'll do for sure
@ozunyigitbayram45352 жыл бұрын
@@embeddedteams9233 still we need mediafire premium
@embeddedteams9233 Жыл бұрын
@@ozunyigitbayram4535 from now ill try to put the whole project in git repo
@oskarj8450 Жыл бұрын
@@embeddedteams9233 Could you put it in git repo? I need all files :) Thank you in advance
@megaxlr23928 ай бұрын
so?@@embeddedteams9233
@alpulkutaijuaktas33683 жыл бұрын
Buddy today ur tutorial save my ass thx a lot
@embeddedteams92333 жыл бұрын
you're welcome
@bacem14393 жыл бұрын
for image pls
@embeddedteams92333 жыл бұрын
i'll do don't worry
@ZamanTurja3 жыл бұрын
it says: undefined reference to `BSP_LCD_Init' main.c /LCD/Core/Src line 113 C/C++ Problem