This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

I want to delay between spi SCK per 1byte.

Dear all,

Hi, I'm Eric.

I m studying spi communication used nRF52832 base on SDK 14.2/example/spi.

That examsignal is below picture 1.

But I want to delay between SCK per 1byte used SPIM like 'picture 2'

Can you help me?

I hope to know what is setup for delay spi sck.

- picture 1 : My code signal.

- Picture 2. Sample code signal (SPI SCK, used STM32F334, HAL lib)

Sincerely yours

Eric.

Parents Reply
  • Thank you for reple,


    I'm trying to communication to LTC6811 chip.

    I have tried SPI communication used three MCUs(ATmega, STM32F334 and nordic nRF52832).

    STM32, ATmega is working well, but nRF52832 is not.
    I have fined what is different between nRF52832 and STM32, ATmega.
    I fined that STM32 and ATmega output deleyed SCK signal, but nRF52832 isn't delayed.

    So, I  want to same SCK like ATmega and STM32's SCK signal.

    I m wondering how can deley SCK timing.


    Thank you.
    Eric

Children
Related