[i=s]This post was last edited by jinglixixi on 2022-12-13 14:55[/i]The ST NUCLEO-U575ZI development board is a development board for performance evaluation, but it needs to be configured with corresp...
[ST NUCLEO-U575ZI-Q Review] vscode+PlatformIO lighting - RF/Wireless - Electronic Engineering World - Forum (eeworld.com.cn)
Based on this post, add serial port printing:
#include Arduino.h
int ledPin...
To develop with MDK, you must first download the pack package and find the official website download address: MDK5 Software Packs (keil.com)Double-click to run:The installation of this pack is complet...
Create a new project with MDK:Define the port, PIN, and clock of LED1 and LED2:
#define LED1_PINGPIO_PIN_7
#define LED1_GPIO_PORTGPIOC
#define LED1_GPIO_CLK_ENABLE()__HAL_RCC_GPIOC_CLK_ENABLE()
#defin...
There is a MDK light in front.
Considering that I usually use MacBook Pro for work, I learned that u575 can support ardnuino for development. This time I used vscode+PlatformIO to light it up.
# Insta...
I got the BL606P development board I applied for. First, the main board. The front side is shown in the picture:I spent a lot of effort on the Internet and only found a simple description of the corre...