How to use just the HAL libraries in the STM32CubeIDE project without using CubeMX features and MX functions.
I want to a project from the scratch using the STM32CubeIDE for a STM32 Nucleo board. But I don't want to use the CubeMX feature of the IDE. I just to use the HAL libraries like we can do Ac6 workbench software. In Ac6 software, we have an option to use the SPL or HAL library to build the code, can't we do in this IDE also, with just the use of HAL library not MX thing.
TIA.