Skip to content
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

Available for purchase? #2

Open
JacobChrist opened this issue Dec 23, 2022 · 8 comments
Open

Available for purchase? #2

JacobChrist opened this issue Dec 23, 2022 · 8 comments

Comments

@JacobChrist
Copy link

Do you have any of these boards assembled that can be purchased somewhere?

@martinribelotta
Copy link
Owner

Not at this point due the shortage...

I maintain this issue open while this condition not change

@JacobChrist
Copy link
Author

Has this board been built and tested?

https://www.pcbway.com/project/shareproject/stm32h7duino.html

Or if I purchased it would I be troubleshooting it if I built it myself?

@martinribelotta
Copy link
Owner

martinribelotta commented Dec 24, 2022

The board have many ussues corrected but not tested:

  • The debuger is removed due to lack of the stm32f042 in the market
  • The OctoSPI route is corrected but not tested
  • the QSPI is not work but apperar as a firmware problem and not hardware connection
  • ethernet is not tested
  • USB is working in firmware and bootloader mode
  • CPU is working
  • RTC not start properly. Need more investigation

@JacobChrist
Copy link
Author

So I've been looking at the schematic and there is something that is confusing to me. It may be correct but I have little experience with QSPI and none with OCTO SPI. The OSPI chip is split between two different SPI ports.

image

Why not use P1 IO0-IO7 on this part?

This is from this part of the schematic:

image

@JacobChrist
Copy link
Author

I've done a lot of reading on OCTOSPI today as well as trying to settle on where to hookup memory to my H730 and I'm pretty sure that your OCTOSPI lines are hooked up incorrectly on your memory. (Assuming I"m looking at the latest schematic). I don't fully understand if it is better to use the upper or lower nibble for the QSPI device but it seems like you should use all the P1 on the RAM chip and all of the P2 pins on the FLASH chip.

@JacobChrist
Copy link
Author

The SEEED Studio WIO board uses P2-IO4..7 for flash.

https://www.seeedstudio.com/Wio-Lite-AI-Single-Board-p-5120.html

@JacobChrist
Copy link
Author

Today I started playing around with STM32 CUBE MX IDE and I can now see that it is quite easy to move the data nibbles of either P1 or P2 to either bus, so I now can see that your wiring probably will work as is.

@JacobChrist
Copy link
Author

@martinribelotta any progress on this design / production boards?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants