|
Hello, I am using PlatformIO with your Arduino Framework and disco_f746ng board. My board is very similar to the origin discovery board but has additional 16MB external flash ram (customized). Do you have some advice for me here for the right approach? Thank you |
Replies: 3 comments 1 reply
|
Hi @epikao, If not enough, you can enquire from st community. |
|
I am not sure to understand your question, do you want to use MX25R6435F library ? |
|
I will try to include following files: and then: hope that will work x-D EDIT: |
I will try to include following files:
https://github.com/lvgl/lv_port_stm32f746_disco/blob/master/Utilities/Components/n25q128a/n25q128a.h
https://github.com/lvgl/lv_port_stm32f746_disco/blob/master/Utilities/STM32746G-Discovery/stm32746g_discovery_qspi.h
https://github.com/lvgl/lv_port_stm32f746_disco/blob/master/Utilities/STM32746G-Discovery/stm32746g_discovery_qspi.c
and then:
hope that will work x-D
EDIT:
Just tested, and it works. So problem solved :-D