Associate II
August 4, 2021
Question
DSI Host on Custom Board (STM32F469 chipset)
- August 4, 2021
- 2 replies
- 4367 views
We are currently developing a product that involves the DSI host interface. We were successful with the STM32F469 disco but we aren't having any luck with a custom solution. We are using the same series chip for our custom board as the discovery kit. Attached are schematics, the CubeMX,IDE and toughgfx project files and the datasheet for the screen. The person doing the UI for the project told me that I wouldn't need external ram (which I almost added anyway) to run his program so that's why there isn't any external RAM on this board. So I guess our main questions are:
- Is internal RAM correctly initialized
- I have the backlight driver's pin as a GPIO (will use PWM eventually), does this have to be set high in the main.c file in the cpp project or that something set in ToughGFX
- Anything else that we are missing? I know for the ToughGFX, it has presets in it for the eval and discovery kits but since we are using a custom solution, is there anything that needs to be configured in there and then refreshed in the cpp project?