WeActStudio / MiniSTM32H7xx

STM32H750VBT6/STM32H743VIT6 Core Board With 0.96'' TFT,TF Card,8MB QSPI FLASH,8MB SPI FLASH,DVP Port
GNU General Public License v3.0
288 stars 100 forks source link

Can I get information about the use of PINs? #43

Open rizacelik opened 9 months ago

rizacelik commented 9 months ago

31 PINs are reserved for hardware such as camera, LCD screen, MicroSD, SOUND. There are very few PINs left. Can 31 PINs be used for other things? So, if not all, at least some of them can be used? If it is not used, why did you give it on the board?. I use your boards for Flight Controller and share the Firmware and installations. I would like to use this motherboard, but I wanted to ask because it has very few PINs.

synersignart commented 6 months ago

Hi Riza id Admire your developments , id wish to help ,. so far I have few info on it , the micro SD card uses the SDIO making SPI3 only for that function , one of the SPI1 is occupied by the Flash W25Q64 64MBit 8MB but I have no idea how to make it work and the LCD is sitting on SPI4 so this is unusable . so the only usable is SPI2 for the IMU how ever I2C 1 and 2 are free . if you can hit me up

rizacelik commented 6 months ago

Thank you for your response. I gave up on the WeAct Studio H743 card. I ordered the devEBOX H743 board instead. I'll work on it when it arrives.

Cellgalvano commented 6 months ago

You can definitely use a lot of pins if you don't pull the corresponding chip select line low. I'm using the QuadSPI externally without removing the onboard flash just by using another pin as chip select.

rizacelik commented 6 months ago

I waited for an answer for a long time, but it was not answered. That's why I gave up. Thank you.