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 STM32CUBEPROGRAMMERand 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...
Thanks for your reply~I accepted your advice!I tried to know USART connection timing , using Oscilloscope.connected probe to RX, TX and clicked connect button on the program.then suddenly it works....I don't understand why. but it works ~ and now it ...
I use JTAG for option bytes uart is just serial port . not using JTAGI don't have any GPS/GNSS receiver... I thought STM32cube programmer send 0x7F automatically when I click connect button. I send the 0x7F data using terminal program. but there is n...
Hello~ : ) thanks for your kindness replyI'be tried what you said. using STM32CubeProgrammer, with UART connect.but it still doesn't connect well..it shows error which is "Error: Activating device: KO. Please, verify the boot mode configuration and c...