2024-08-02 06:08 AM
We have chosen the H753BI MCU as the main unit for our project, utilizing 32MB SDRAM and 128MB parallel NOR flash. We are nearing the final prototype model, but we need to finalize the GUI and hardware. We selected a 1280x800 RGB display with LTDC connection. According to the datasheet, there are specific conditions to achieve this resolution, but we are using it as 24bpp and RGB888. The display is working fine with TouchGFX enabled, though the CTP is not yet connected due to hardware issues.
Our questions are:
Any insights or advice would be greatly appreciated.
Thank you
2024-08-02 06:23 AM
You'd want 32-bit wide SDRAM access
Hard to gauge the processor loading, this YOUR use case, so someone there should have a handle on the complexity. I'd assume the sample rates are relatively pedestrian, not 1 Msps. What kind of load do your processing/analysis algorithms consume, assume you can evaluate this irrespective of the MCU/display capabilities.
To map to different processors you'll first need to sub-divide the tasks and understand what data each needs, and how it allocates, processes and flows. YOUR team needs a top-to-bottom understanding of how this all needs to fit together, what parts have serial dependencies, and what things can get done concurrently.
2024-08-04 11:18 PM
1. My application involves:
So, for allocating tasks to run these works, is it fine? Is the task management you are referring to done using FreeRTOS?
2.we changed the default NOR flash from MT28EW128ABA on the evaluation board to a QFN package with more memory- MT28EW01GABA (1Gb, 128MB). Is the STM32h743I evaluation board BSP suitable for this new NOR flash part number? If not, can you share any links or guidance on how to enable my NOR flash?