User Activity

Hi,I tried to connect my stm32c0 board to openocd to work in CLion but found that latest open ocd version doesn't support it. I found ST version of OpenOCD and build it but inside it I still can't find stm32c0 board configuration.So my question is ho...
Hi,I tried to reach 1us delay. To do that I use a timer on 1MHz and try to reach more or less precision delay. void delayMicro(uint16_t delayMc) { __HAL_TIM_SET_COUNTER(&htim16,0); // set the counter value a 0 while (__HAL_TIM_GET_COUNTER(&h...
According to this documentation, lockDMAToFrontPorch has a sense only for double buffer. But in fact for SPI LCD, without a controller, internal memory, and noOS, if it set to true, all stuck with lockframebuffer and flush frame buffer never call... ...
Still can't start works with #TouchGFX​. Target: make that touchgfx called function TouchGFXGeneratedHAL::flushFrameBuffer(rect);What I did:Start new project and select my chip (stm32f767z)switch on crcswitch on dma2d, and define color model rgb565, ...
I try to connect LCD by SPI to Nucleo-767 and TouchGFX. LCD screen work perfect and I could draw on it without a problem, but I stuck with TouchGFX. I found that void TouchGFXHAL::flushFrameBuffer never call.Check this video - https://youtu.be/1UhEx7...
Kudos given to