2017-03-10 10:16 PM
We are working on the above mentioned controller,please provide us the library and sample application source codes.
where
can I download
?
Thanks..2017-03-12 04:51 AM
There is no Standard Peripheral Library for the 'L0xx sub-family. For the newer sub-families ('L0, 'L4, 'F7) ST provides only the
library (and for the basic functionality, but no USB).JW
2017-03-14 01:14 AM
currenttly we are using STM32F103 controller, which is having S
tandard Peripheral Library, Please any one can suggest how to use the Hall drivers for writing sample application for USART and USB (STM32L052K8T6).
2017-03-14 03:01 AM
Hi,
You can download the
firmware package and I suggest you looking for USART and USB examples under these paths:STM32Cube_FW_L0_V1.8.0\Projects\STM32L073Z_EVAL\Applications\USB_Device
STM32Cube_FW_L0_V1.8.0\Projects\STM32L073Z_EVAL\Examples\UART
So, you can start with a template project, get that working. Then use the functions offered to develop your application
You should refer to the reference manual related to your board, it will be very helpful.
Hope this helps you.
Imen