2023-11-28 09:50 AM - edited 2023-11-28 09:51 AM
hi.
I read "https://community.st.com/t5/stm32-mcus/concurrent-use-of-usb-and-can-with-stm32f103/ta-p/49472"
So, i want use a STM32F105R8T6.
Is this mcu okay?
Solved! Go to Solution.
2023-11-28 10:43 AM
Hello @ssunlove
The link you're mentioning: Concurrent use of USB and CAN with STM32F103
Unfortunately no, the USB and CAN can be used in the same application but not at the same time on all the STM32F1 series, including the STM32F105R8T6.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-11-28 10:42 AM
Isn't the post conclusive enough?
2023-11-28 10:43 AM
Hello @ssunlove
The link you're mentioning: Concurrent use of USB and CAN with STM32F103
Unfortunately no, the USB and CAN can be used in the same application but not at the same time on all the STM32F1 series, including the STM32F105R8T6.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-11-28 06:12 PM
Then is STM32F2 possible?
2023-11-29 06:00 AM
Yes, you can check this information by looking at the memory mapping in your product datasheet
For STM32F1 series: There is a shared 512-byte SRAM between USB and CAN
For STM32F2 series: it has separate USB and CAN peripherals
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.