I have a problem with atollic trueSTUDIO for stm32
guys I have a problem with atollic trueSTUDIO for stm32
12 Replies
What's the issue? @Umesh Lokhande is an STM32 guy.
okay , I'm working on an intelligent walking stick
it's New for me to program it
but when I build the code
I don't understand this error and what to do to solve it
ps: I'm using ultrasonic sensor hc-sr04 and a buzzer
for the microcontroller I'm using stm32f401RE
Hi, @boualleg sabrina It seems your project won't be able to locate
stm32f4xx_hal_uart.h
header file so you're getting fatal error: stm32f4xx_hal_uart.h: No such file or directory
I'd suggest avoiding the use of TrueStudio instead create a project under STM32CubeIDE, configure UART properly, and port existing code. Hopefully, in a newly created project, all drivers will link properly and compile success. Keep us updatedthank you for your help
Did you generated code using stm32 cube mx gui based gpio configurator? Your header file is missing compiler can't locate it. Did you able to resolve this issue? If not feel free to ping , will be happy to help. Thanks
I think I don't need the uart configuration because i'm using ultrsonic sensor