Question
USB CAN conflict with STM32F103
Posted on June 12, 2013 at 16:34
I am brand new to USB development. I am using the STM32F103 in a new prototype board and keil tools to develop with. During my search all over the internet for information and examples, I came across the following quote found here
''As far as i remember there are some hardware issues with the stm32f1xx where some buffers/ram area are common for usb and can, so practically it is impossible to use usb and can at the same time...'' First of all, is this true because my application needs both CAN and USB? Secondly, if not true, can someone please show me some actual code on how to initialize the USB device so I can connect my prototype board to a PC and send and receive data via the USB? Thanks. #usb-can-stm32f