-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a schematic for V30? #1
Comments
What is available on github is what I have for the project. |
Got it, Thank you. |
|
I have added the Kicad files to the github repository. You may find what
you're looking for there.
https://github.com/homebrew8088/pi86/tree/main/Kicad/Single%20Int
…On Tue, Jul 19, 2022 at 10:49 AM cctsao1008 ***@***.***> wrote:
[image: image]
<https://user-images.githubusercontent.com/543608/179805474-8039f2f1-307b-4e11-b25c-aa68cbe95f2c.png>
[image: image]
<https://user-images.githubusercontent.com/543608/179805549-0ce32166-51ee-465b-981e-85a66fab27b3.png>
[image: image]
<https://user-images.githubusercontent.com/543608/179805633-728dbcf8-9078-4a17-a857-d00e24c62dea.png>
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APIMBJZMRGUEPCAYEFTRJSTVU3MATANCNFSM533VIVUQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I have never tested where as I don't have the equipment. The read out your showing is what I have suspected for a couple of years. 250KHz and not exactly a nice even constant cycle. |
Change the Linux kernel to the PREEMPT_RT kernel REF :
The source code : |
I am going to use the ODYSSEY STM32MP157C instead of the Jetson Nano, The STM32MP157 includes dual Cortex A7(650Mhz) and has a Cortex M4(209Mhz) as the co-processor. I plan to use the Cortex M4 to drive the V30 and Cortex A7 uses the PRMsg to communicate to it. CLK toggling test by M4 |
How well does it work?
…On Sun, Jul 24, 2022 at 11:40 AM cctsao1008 ***@***.***> wrote:
Reopened #1 <#1>.
—
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/APIMBJ7QYZROV5KBZQ5FUETVVV5XFANCNFSM533VIVUQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hello @homebrew8088 I do not know why you do not drive the CLK pin of V30 by an oscillator and the raspberry pi controls the READY pin of the V30 to handle the bus traffic. The READY signal is sampled on each and every memory or I/O cycle. If a device is not capable of responding to the CPU's request in the standard bus cycle, the READY signal can be used to stretch out the cycle, giving it more time. This is done by signaling to the CPU that the device is not READY. The CPU adds a clock cycle to the bus transaction until it is READY. BR CCTSAO |
Did you see this version? https://youtu.be/warsQ5iunVo
…On Mon, Jul 25, 2022, 5:08 AM cctsao1008 ***@***.***> wrote:
I do not know why you do not drive the CLK pin of V30 by an oscillator and
the raspberry pi controls the READY pin of the V30 to handle the bus
traffic.
BR CCTSAO
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APIMBJ4E5LQC7LS6A42CB5TVVZYSFANCNFSM533VIVUQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I am porting it, the partial code of the pi86 needs to be moved to the M4 part. I will share my progress here. |
It did not work any faster than just the chip on a card. The bottle neck is
the Raspberry PI's GPIO read write speed.
…On Mon, Jul 25, 2022, 9:52 PM cctsao1008 ***@***.***> wrote:
How well does it work?
… <#m_3058264744740719455_>
On Sun, Jul 24, 2022 at 11:40 AM cctsao1008 *@*.*> wrote: Reopened #1
<#1> <#1
<#1>>. — Reply to this email
directly, view it on GitHub <#1 (comment)
<#1 (comment)>>, or
unsubscribe
https://github.com/notifications/unsubscribe-auth/APIMBJ7QYZROV5KBZQ5FUETVVV5XFANCNFSM533VIVUQ
<https://github.com/notifications/unsubscribe-auth/APIMBJ7QYZROV5KBZQ5FUETVVV5XFANCNFSM533VIVUQ>
. You are receiving this because you commented.Message ID: @.*>
I am porting it, the partial code of the pi86 needs to be moved to the M4
part. I will share my progress here.
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APIMBJ4UM4U4KA5YD5GPTFLVV5VKVANCNFSM533VIVUQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Would you please kindly provide the schematic in pdf, thank you very much.
The text was updated successfully, but these errors were encountered: