User Activity

Hello,I want to develop logger with flash drive and STM32H753 (NUCLEO-H753) using STM32Cube. I started to develop this application with USB_OTG_FS (which is soldered on this board) - successfully completed. Then I wanted to change to USB_OTG_HS. This...
Hello,I would like to get free memory on USB drive (64GB, FAT32) with FatFs library. Here is part of my code:  DWORD fre_clust, fre_sect; uint64_t free_memory; res_file = f_mount(&fs, "0:", 1); res_file = f_getfree("0:", &fre_clust, &fs); fre_sect =...
Hello,Iam developing RS485 on STM32H753. I use STM32Cube (*.IOC file) for USART configuration (USART with Hardware Flow Control) and everything works perfectly. But last send char by processor is also received in RX buffer. Does anyone know how to pr...
Hello, I use NUCLEO-H753ZI with processor STM32H753ZI. In deafault settings there is not mounted external oscillator, but I need application where it's mounted. So I added oscillator 25Mhz (same type as is described in schematic for board) and capaci...
Hello, I stareted to develop PSI5 interface with L9663. My point is to read initialization data via SPI. If I set DOUT1 as direct data output (CH1_CR1->DOUT1_SE = 0), I am able to measure received data on this pin. But if  I set this pin as interrupt...
Kudos from