User Activity

I am looking for STM32F072RB part no but currently it is out of stock and not available anywhere. Can somebody provide alternative part no which is available easily.Please share the source details .Any help would be helpful. Thank you. 
Hi All,I am new in development of controller run in low power mode and resume, I used the STM32F072RBT6 microcontroller. In my code CAN Peripheral with extended data frame( 1 Byte data) format and three timers are used.Now, The requirement is when...
Hiii All,I am new in CMSIS2 RTOS Development .I used STM32F072RB UC. In that I am using CMSIS2 RTOS . I have created two processes, One is for reading the key pressed detection and second is for handling leds according to key pressed and released. H...
Hi All,I wanted to implement functionality for the volume up/ volume down/ mute etc.I Got the keycodes for those buttons in USB HID Usage table .volume up = 128volume down = 129mute = 127 but it wont works in My USB HID keyboard code How to implemen...