User Activity

My Nucelo have 4xUART and 4xUSART. How many UART/USART ports can i enable at the same time and how many if any can i monitor on my PC via ST-LINK. Arduino board is really simple you j ust need to chose serial monitor from ArduinoIDE. Is CubeIDE provi...
Hi.I'm looking for best way to remotly control Nucleo based procjet around 500m-1km range or above if possible. I've been looking for radio solution but all accesable options are really short range like LoRa modules which can provide good connectivit...
I've been trying to make LED blink. GPIO PE1. So i wrote this code:HAL_GPIO_TogglePin(GPIOE, GPIO_PIN_1);HAL_Delay(200);When i'm creating procject for this board it creates two procject for each core CM7 and CM4 each with it's main.c. I can debug eac...
I'm sttarting with STM32. I've bought Nucleo STM32H745ZI-Q and I'm trying to bling a LED (or any other GPIO). I've downloaded CubeIDE, CubeMX is included in it. I'm tring to Toggle GPIO pin, i've tried few tutorials on yt with no luck. ST-Link is up ...