2018-02-08 07:00 AM
Hello,
i use for STM32L053, the
STM32CubeExpansion_NFC2_V1.1.0 (extension of NFC2) writeURI project;
i want to add to this project ADC + RTC + Watch-dog
Where should i shearch the HAL files for these modules : should i use
♯
STM32Cube_FW_L0_V1.10.0
HAL library or theSTM32CubeExpansion_NFC2_V1.1.0 HAL library
?
The files are not the same under
-Repository\STM32Cube_FW_L0_V1.10.0\Drivers\STM32L0xx_HAL_Driver
-or Repository\STM32CubeExpansion_NFC2_V1.1.0\Drivers\STM32L0xx_HAL_Driver
Thanks for any answer
best regards
#stm32cube_fw_l0_v1.10.0-versus-stm32cubeexpansion_nfc2_