Question
BUG: Missing HAL files when the TRACER_EMB is active (STM32G474)
When the embedded tracer is active in the MXcube for the STM32G474, the following files are missing:
#include "stm32g4xx_ll_bus.h"
#include "stm32g4xx_ll_dma.h"
#include "stm32g4xx_ll_gpio.h"
#include "stm32g4xx_ll_rcc.h"
#include "stm32g4xx_ll_usart.h"See file tracer_emb_config.h
These files aren't added after generating the code
Conditions:
- Used tool chain: STM32CubeIDE or STM32CubeMX Version 5.3.0
- In project manager: Copy only the necessary library files is selected
