cancel
Showing results for 
Search instead for 
Did you mean: 

Concurrent use of USB and CAN with STM32F105

ssunlove
Associate
1 ACCEPTED SOLUTION

Accepted Solutions
Sarra.S
ST Employee

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.

View solution in original post

4 REPLIES 4
TDK
Guru

Isn't the post conclusive enough?

TDK_0-1701196933720.png

 

If you feel a post has answered your question, please click "Accept as Solution".
Sarra.S
ST Employee

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.

ssunlove
Associate

Then is STM32F2 possible? 

Sarra.S
ST Employee

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

SarraS_0-1701266261708.png

For STM32F2 series: it has separate USB and CAN peripherals 

SarraS_1-1701266364776.png

 

 

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.