Actions
Bug #1804
open[H2AI] SPI issue
Status:
New
Priority:
Normal
Assignee:
-
Start date:
2020-01-24
Due date:
% Done:
0%
Estimated time:
Description
In the three-phase board, there is an issue with the declaration of the SS1 of the SPI. The pin that was declared on the schematics in KiCad is RB2, as shown below:
However, when using the MCC, we've realized that the pin that should be used is RB0. So, instead of using it, we declared RB2 as GPIO and we will compensate it via software. Here's a screenshot of what MCC gave us.
Here you can see the pinout. We've selected RB2 as GPIO output.
Here you see the pin select window. In it we can see that SS1 has to be declared on RB0.
Files
Actions