2024-04-17 04:29 AM
I am using CAN peripheral and for debugging I am using USB-CDC to receive the status of the CAN transfers and Reception.
The issue I am facing is The USB was recognized as Virtual Port when Only USB was initialized and used but when Implemented with CAN the Virtual port had failed to get recognized.
Is there a way to overcome this problem?
Solved! Go to Solution.
2024-04-17 04:30 AM - edited 2024-04-17 04:39 AM
Hello,
You cannot use CAN with USB at the same time on STM32F103 devices as they are sharing the same RAM.
From RM0008 / page 622:
2024-04-17 04:30 AM - edited 2024-04-17 04:39 AM
Hello,
You cannot use CAN with USB at the same time on STM32F103 devices as they are sharing the same RAM.
From RM0008 / page 622: