User Activity

Hello ST expert,I'd like to control 4 300W motors with the BLDC L6234 and my STM32F401, but the problem is that I can't use 12 TIMERS and 12 GPIOs just for that, I need to interface other modules.Can I just use PWM/BLDC, and interface the two like th...
Hello ST expert.I'm trying to create SPI communication as shown in the CubeMX image.and the following code/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c ...
Hello ST expert,I'd like to establish spi communication between my NucleoF401RE and an ADAFruit BLE module.https://www.adafruit.com/product/2633 While waiting for the BLE module, I found a USB SPI converter (like a FTDI for SPI) to create the followi...
Hello,This is the first time I've designed a PCB with a stm32. I found a PDF on the internet that gives me an example of a Nucleo connection but I'm not sure if my schematic is correct.I don't need all the headerts or the usb connection (I'll be usin...