User Activity

Hello Everyone,I have issues communicating with my new Nucleo-G431RB using usb driver STSW-LINK009 in win10.  Here is what I found.  After plugging in the use cable to my laptop, I saw an "unknow USB device (Device description request failed)" showed...
Hello all,I set up an SPI com with FDM, motorola, 16 bits, MSB first, 10.5 Mbits/s, low, 2 edges, and global interrupt checked.Program:uint16_t RxData[1];  // 16bits data HAL_GPIO_WritePin(GPIOC, GPIO_PIN_0, RESET);HAL_SPI_Receive(&hspi1, RxData, 1, ...
Hello all,I got a stm32f401vgt6 demo board from aliexpress and I created a project on stm32cubeide.  I wrote a simple problem " A = A +1" and downloaded via SWD communication.  All went well with download verified successfully message shown. The prog...