User Activity

Hi,I started working with a Nucleo 144 board (STM32F767ZI) and have implemented an USB-CDC according an example of ST (see: https://www.youtube.com/watch?v=h9T0RTu9Muc).Everything works well, but if I disconnect the USB line before startup the system...
I'm new with the STM32F767ZI (Nucleo board) and tried to write a SPI driver with DMA access.It works so far, but I have some stupid things on my log, I can't interprete. Is anybody there, who knows what there is going wrong?I'd like to send three byt...
Hi,I started now programming the STM32F767ZI MCU and do not have any experience with 32bit uController.I have to programm a project, which includes a SPI communication to an external ADC. It must be programmed with the LL library and I'd like to do t...