You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all,
Thanks to @barthess, @fpoussin, and everyone else who contributed to providing NAND flash driver.
I recently tried moving from 18.2.0 to 20.3.2 and had following issues:
For ChibiOS-Contrib/os/hal/include/hal_fsmc.h:37 => needs to include stm32f7x targets
Also line324 on the same file has a typo "STM32_NAND_USE_NAND1" instead of "STM32_NAND_USE_NAND2"
Should dmaStreamAlloc(nandp->dma, be=> nandp->dma = dmaStreamAlloc(STM32_NAND_DMA_STREAM,
If you guys deem it suitable, I can make these changes and do a pull request.
Thanks,
AQ
ChibiOS version: 20.3.2
Compiler: arm-none-eabi-gcc (7-2018-q2-update)(7.3.1)
Platform and board:STM32F723ZE (custom board)
Nature of the problem: Cannot compile
Failure mode: n/a
The text was updated successfully, but these errors were encountered:
First of all,
Thanks to @barthess, @fpoussin, and everyone else who contributed to providing NAND flash driver.
I recently tried moving from 18.2.0 to 20.3.2 and had following issues:
For ChibiOS-Contrib/os/hal/include/hal_fsmc.h:37 => needs to include stm32f7x targets
Also line324 on the same file has a typo "STM32_NAND_USE_NAND1" instead of "STM32_NAND_USE_NAND2"
Should dmaStreamAlloc(nandp->dma, be=> nandp->dma = dmaStreamAlloc(STM32_NAND_DMA_STREAM,
If you guys deem it suitable, I can make these changes and do a pull request.
Thanks,
AQ
ChibiOS version: 20.3.2
Compiler: arm-none-eabi-gcc (7-2018-q2-update)(7.3.1)
Platform and board:STM32F723ZE (custom board)
Nature of the problem: Cannot compile
Failure mode: n/a
The text was updated successfully, but these errors were encountered: