2024-11-11 04:02 AM - last edited on 2024-11-11 04:05 AM by Andrew Neil
please help me on how to integrate Qt with STM32CubeIDE so that clicking a button in a Qt application sends data to the DAC on the STM32MP157D-DK1
2024-11-19 12:15 AM
DBELL.1 from ST mentioned that The STM32MP157D-DK1 doesn't support DAC i.e. the pins are not available.
For the Qt part, please check the following page:
2024-11-19 05:38 AM
> DBELL.1 from ST mentioned that The STM32MP157D-DK1 doesn't support DAC i.e. the pins are not available.
An alternative would be an external serial DAC, controlled via the /sys/bus/i2c or /sys/bus/spi interface.
The Arduino connectors make both interfaces specifically available.
2024-11-21 03:17 AM
can we use the onchip peripheral such as opamps in the board and get the signal via pins available on the board
2024-11-21 05:37 AM
I recommend to crosscheck the MCU datasheet (for the peripheral / GPIOpin assignment) and the schematics for the board in question.
In many cases, those pins are connected to external hardware like TFTs, ethernet, DRAM etc. and are initialized for this functionality. And due to fixed connections (PCB routing), these pins can't really be used for analog in/out purposes.