User Activity

HiI am stuck with STM32H743IIT I2S DMA RX ..The code is working perfect when uncommet HAL_I2S_Transmit_DMA (Line 29) but when uncomment line 31 HAL_I2S_Receive_DMA it feedback HAL_OK but do never go into the callbacks ..What can be the issue ?Best re...
HiI do have a program with touchgfx running on a stm32f746-disco.When program with stm32cibe IDE it starts up and running very fineBUT when i take the .elf file and program the board with the stm32cube programmer it do not start up touch ..what do yo...
i do not want to "presenter -> changeWPM(itemIndex);" when spinning but after spinning have ended ...Please help or point me to the solutionclass Screen1View : public Screen1ViewBase{public:  Screen1View();  virtual ~Screen1View() {}  virtual void s...
I do void Screen1View::updateAsciiInView(char* CwChar){ // add to txtbuffer Unicode::strncpy(textAreaAsciiBuffer, CwChar, 1); textAreaAscii.invalidate();}and that works fine ...my char i s displayed in the first position.But i need to add it to the e...
HiI do have a resitive touch xpt2046 and a ssd1963 screen.All widgets work fine except the listwheel.When i do touch it, it become highlightet in the first row, but it do not movelistwheel_getpos return zero i do use GUI_TOUCH_Exec(); to update  whil...