We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello, my project was created for blinking project with STM32L496QG using PACK. The set of Device HAL functions is limited. How I can add more HAL functions e.g. for SPI and UART? they are present in the folder Keil\ARM\PACK\Keil\STM32L4xx_DFP\2.2.0\. Thanks, Alex
Same way that you'd add any other source file to a Project?
http://www.keil.com/support/man/docs/uv4/uv4_ca_sourcefiles.htm
Thanks, Andrew. I discovered that the file stm32l496xx_hal_msp.c is present in the component class Device. But files generated for Blinky project and generated by CubeMX are different, file generated by CubeMX has more initialisation functions. How can I get the file stm32l496xx_hal_msp.c that has initialisation functions for all peripherals. Thanks, Alex