OSDev.org

The Place to Start for Operating System Developers
It is currently Tue May 14, 2024 8:46 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 22 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: MOSI- SPI
PostPosted: Fri Apr 05, 2024 10:48 am 
Offline
Member
Member

Joined: Mon Mar 25, 2013 7:01 pm
Posts: 5158
ravi wrote:
clock gating is disabled(ie. set to Hw_clk)

Doesn't that mean hardware controls clock gating? Try using "force on" or "force off" and see what happens.

The PSE SPI f_input is 100MHz, but I don't know if it's the same for PCH SPI. Firmware might be able to change f_input for PCH SPI.


Top
 Profile  
 
 Post subject: Re: MOSI- SPI
PostPosted: Fri Apr 05, 2024 10:59 am 
Offline
Member
Member

Joined: Fri Sep 08, 2023 10:46 am
Posts: 42
thanks i will try


Top
 Profile  
 
 Post subject: Re: MOSI- SPI
PostPosted: Mon Apr 08, 2024 2:10 pm 
Offline
Member
Member

Joined: Fri Sep 08, 2023 10:46 am
Posts: 42
Tried not effect,

Force on, no signal, Force Off works the same way(same frequency)

i tired with PSE SPI,, i am able to get the desired min to max Clock frequency, as per the give calculation,

not sure what is issue with PCH


Thanks
Ravi


Top
 Profile  
 
 Post subject: Re: MOSI- SPI
PostPosted: Tue Apr 09, 2024 7:00 pm 
Offline
Member
Member

Joined: Mon Mar 25, 2013 7:01 pm
Posts: 5158
I didn't see anything in the datasheets that would explain the PCH behavior. You might have to ask Intel directly.


Top
 Profile  
 
 Post subject: Re: MOSI- SPI
PostPosted: Fri Apr 12, 2024 5:17 pm 
Offline
Member
Member

Joined: Fri Sep 08, 2023 10:46 am
Posts: 42
OctocontrabasS

i have asked some time back yet to receive response from Intel


Thanks
Ravi


Top
 Profile  
 
 Post subject: Re: MOSI- SPI
PostPosted: Wed May 08, 2024 2:15 pm 
Offline
Member
Member

Joined: Fri Sep 08, 2023 10:46 am
Posts: 42
Hello Octocontrabass

I am trying to use PSE SPI1, RDC-614110, Intel ATom ELkhart lake

everything works fine

1) i check Status before putting anything in the Buffer (i.e waiting for TX FIFO to be 0, RX fifo to be 0 and device not busy)
2) CS asserts when the data is put in the FIFO
3) CS de asserts when FIFO is empty

occasionally every few thousand samples, what is happens is for example if the command is 8 byte wide , 6 bytes are transmitted under one sequence (i.e CS active-> data on the bus-> CS de-active) and 2 bytes are transmitted in separate sequence, this is creating lot of [problems(interrupts are disabled)

Thanks


Top
 Profile  
 
 Post subject: Re: MOSI- SPI
PostPosted: Wed May 08, 2024 9:27 pm 
Offline
Member
Member

Joined: Mon Mar 25, 2013 7:01 pm
Posts: 5158
ravi wrote:
(interrupts are disabled)

You can't disable SMI.

Have you tried using DMA? SMI shouldn't interfere with DMA transfers.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 22 posts ]  Go to page Previous  1, 2

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group