The STM32CubeIDE does not generate the STM32H7XX_HAL_Driver file properly.
Hello Community,
I am using STM32h745 dual-core to display the value of the data received based on FDCAN. First, I created a project on TouchGFX and then imported the project on stm32CubeIDE.
I set the FDCAN1 and ADC1 both on CubeMX.
But the workspace does not include 'stm32h7xx_hal_fdcan.c' and 'stm32h7xx_hal_adc.c' file. So, I add these the source.c files to the workspace under 'STM32H7XX_HAL_Driver' folder.
and Actually, In the Project Folder, it has been generated automatically, but does not show up in the CubeIDE workspace.
I try the ADC functionality to display the potentiometer's values, to see if this ADC function working successfully.
However, the functionality does not work.
I do not know why the symbols are shown below, and the functionality does not work properly...
Does anyone have the same problem when importing the project from TouchGFX? Please let me know, Thank you!
