User Activity

Hello,in my project I connected 6 channels to ADC3; then i set up:A single mode regular sequence to read 5 of them using DMA; start of sequence is given by software inside a periodic task An injected sequence for the 6th channel to trigger a conversi...
Hello,i have a strange situation happening and I really can't catch the reasons; in my project I set up an SPI transfer and set a global volatile variable that keeps trace of status state://Transmit Data if(spi == AMPLI_SPI4) SPI4_TransferState = TRA...
Hello,I have developed a cusom bootloader for STM32H743; the bootloader gets an image file from serial port, writes it in FLASH at address 0x08020000 and then jump to it.The function I have implemented for jumping is the usual one:void runApplication...