User Activity

I'm using STM32G474 and I want to use SPI DMA with ltc2344-16 (ADC chip)I can send and receive data through SPI using below codes. (LL) void ADC_RECEIVE(uint8_t data_in) { uint16_t registor = 0; uint16_t part[6]= {0,0,0,0,0,0};   if(data_in == 0) ...
Hi~ ​I'm trying to connect uart bootloader. but there is something wrong. I can't connect bootloader via STM32CUBEPROGRAMMER​and I found the datasheet that STM32F401 NUCLEO-64 only support one uart for system memory.​ I connect Uart1 (PA9, PA10) I've...
I am trying to do download bin file through uart (serial trans)I have experience which downloaded using flash loader demonstrator with STM32F4 series.so I thought it could be easy to do with STM32G474 and I found datasheet about option bit can choose...