laoniaokkk / PX4-AT32

BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

Logiing on SPI SD and W25Q128 #4

Open svs072477 opened 8 months ago

svs072477 commented 8 months ago

Good afternoon. So I was able to compile the firmware and run it on my flight controller with AT32F435. But two problems have emerged.

  1. It has not yet been possible to launch the SD card via the SPI interface.
  2. When logging is enabled on FLASH W25Q128, the log is written, but after re-ARM, FC stops accepting commands via MAVLink.
svs072477 commented 8 months ago

Good afternoon. So I was able to compile the firmware and run it on my flight controller with AT32F435. But two problems have emerged.

1. It has not yet been possible to launch the SD card via the SPI interface.

2. When logging is enabled on FLASH W25Q128, the log is written, but after re-ARM, FC stops accepting commands via MAVLink.

P.S.
logging to the SD card worked, there was a problem with the card, the computer read it, but the FC did not, everything worked on the other SD

gitfishup commented 3 months ago

could you please tell me how to sovle this building problem? @svs072477