User Activity

Posted on February 28, 2017 at 15:24Hi,In the CDC_Standalone example of stm32f0cube there is the following line in usbd_conf.h.HAL_PCDEx_PMAConfig(&hpcd , 0x00 , PCD_SNG_BUF, 0x40);Online I also often see 0x18 instead of 0x40. How do you determine t...
Posted on September 23, 2016 at 14:33I'd like to create my own CAN 2 USB device. I understand what a CAN tranceiver does but it isn't clear to me yet what Firmware should run on the MCU. Is this only CAN controller software or would I need other cod...