Ask questions, find answers, and share insights on STM32 products and their technical features.
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 was attempting a STM32 firmware update over the I2C interface using some other host MCU. For this, I used the NUCLEO-G071RB; so I referred to the ST's AN4221 and implemented their firmware update flow.I configured the option bytes using STM32CubePr...
I want to write fresh code so how can I write it
Hi There,I am currently working on ADC and Timer. I have 3 channels of ADC and using DMA. I want to trigger ADC at Timer1's update event. Also, I've set Timer's parameters to center aligned pwm, repetition counter to 1(with this I will trigger ADC at...
I need to generate PWM signals with adjustable number and frequency to drive a step motor. I expect the frequency ranges from 50Hz to 200KHz and the pulses count ranges from 1 to 2k. I have tried 3 different ways including: using timer interrupt to c...
Hello guys,Please find the question which I asked in stack overflowhttps://stackoverflow.com/questions/74422745/i-cannot-see-the-initialized-variable-value-in-the-flash-when-using-stm32
Hi. I made a project with stm32H743IIT6.i used ( touchgfx designer 4.20.0 ) + ( stm32cubeide 1.10.0 )and I saved my images on external flash (W25Q256) with QuadSPI and use SDRAM for touchgfx buffer.But I have a problem. when I display the image on LC...
I want to do a pc waveform display of a four channel adc, it is a serial input pc and the sampling frequency is 1kSPS. What software should I use to develop, the sampling frequency is 2kSPS. I use node-red to find that the chart keeps crashing and ca...