Simulating Real Hardware Constraints in Qt for MCU Development
Unsolved
Qt for MCUs
-
I'm currently working on Qt for MCU embedded development, and I'm eager to make my PC-based Qul application simulate the behavior of the actual hardware board as closely as possible. This includes mimicking storage capacity limits, maximum available RAM, and the maximum capacity of the BSS segment. My goal is to avoid the frustrating situation where code runs fine on my PC but encounters issues on the board.
I'm hoping to add this configuration directly to the file to streamline the development process. Is there a way to achieve this in Qt for MCU?qmlproject
Thank you for your assistance and any insights you can provide!