cancel
Showing results for 
Search instead for 
Did you mean: 

Hello! I work with STM32F429 nucleo board. I try to connect it to CC1125 by SPI. The requirement of SCK rise time is less than 40ns. I tried different SPI channels and SCK pins. Typical SCK rise time of the board is about 50 ns. How can I improve it?

STolm.1
Associate
 
2 REPLIES 2
berendi
Principal

Set the GPIO OSPEEDR register bits for the SPI pins.

See Table 58. I/O AC characteristics in the datasheet for possible values, and the description of GPIO port output speed register (GPIOx_OSPEEDR) in the reference manual.

50ns?

What kind of capacitive loading do you have on the pin? What are the speed/slew-rate setting, Show Code

What kind of scope probe are you using? Use a 10X probe, and a fast scope

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..