FM4 Highspeed SPI

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
gerhard_egg
Level 1
Level 1
5 sign-ins First question asked Welcome!

We use the SPI (SCK0_1, SOT0_1 & SIN0_1) interface of the controller. (MB9BF564L) Is this the High-Speed-Interface by Hardware or does it need some Firmware configurations? It's not clear, whitch timing we can use:

- Synchronous serial (SPI = 0, SCINV = 0) or
- High-speed synchronous serial (SPI = 0, SCINV = 0)
The ChipSelect is done with an GPIO and controlled by Firmware.

0 Likes
1 Solution
ChaoHaiM_11
Employee
Employee
25 replies posted 10 sign-ins 5 sign-ins

Hi Gerhard_egg,

To implement HS-SPI function, the FW only needs to set the baud rate to what you want (<20Mbps).
At the same time, pay attention to the external load capacitance.

 

View solution in original post

0 Likes
1 Reply
ChaoHaiM_11
Employee
Employee
25 replies posted 10 sign-ins 5 sign-ins

Hi Gerhard_egg,

To implement HS-SPI function, the FW only needs to set the baud rate to what you want (<20Mbps).
At the same time, pay attention to the external load capacitance.

 

0 Likes