flyboy
flyboy

Registered on 3年前

Answers
18
Article
0
Follower
0

flyboy asnwered a post

9月前

RTT + STM32H750VB + ADC + DMA + TIM error

From these pictures, I can't see the problem related to RTT. However, I can see from the first pictu

flyboy asnwered a post

1年前

Adding another folder of source code to the rt-thread directory tree

Yes, You are right!Make sure the SConscript file in applications directory have that code.Make sure

flyboy asnwered a post

1年前

Build Error Help

You can refer to the following modification and try ithttps://github.com/mysterywolf/RT-Thread-wrapp

flyboy asnwered a post

1年前

Raspberry PI PICO debugging with RT thread STUDIO how?

Sorry, currently RT thread STUDIO does not support the debugging of this development board, you can

flyboy asnwered a post

1年前

RT thread timing does not work on RaspberryPiPICO?

I noticed that the sys tick of the previous ported version is not accurate, a patch has been submitt

flyboy asnwered a post

2年前

What version of CubeMX to use?

It seems that the versions of the stm32Hal library are incompatible. The driver uses v1.13.0 and you

flyboy asnwered a post

2年前

Modbus rs485

get a samd21 microchip deviceThe hardware can run, and the data can be printed through the serial po

flyboy asnwered a post

2年前

Import HTS221 sensor and sending over MQTT to Cloud

I found the package of hts221: https://github.com/RT-Thread-packages/hts221, which can collect data

flyboy asnwered a post

2年前

TFT LCD DRIVER SPI

https://github.com/RT-Thread-Studio/sdk-bsp-stm32h750-realthread-artpi/blob/master/libraries/drivers

flyboy asnwered a post

2年前

Raspberry Pi PICO Console Output

You need to use the usb2ttl tool to connect to the corresponding pins of the board

flyboy asnwered a post

2年前

What you want to see at RT-Thread IoT OS Global Tech Conference? Let's Talk!

The latest development of rt-smart

flyboy asnwered a post

2年前

Support for TFT LCD driver

In RT-Thread, the LCD driver is not provided in the form of a software package, but directly placed

flyboy asnwered a post

2年前

Starting RT-Thread for RPi Pico, Confusion with scons

This is a common problem, you can use scons -c to clear the previous cache file cconfig.h, and then

flyboy asnwered a post

3年前

Making a Light Orb insoired from dark series

Good idea, looking forward to your finished product

flyboy leaved a comment

3年前

I successfully run RT-Thread on Raspberry Pi PICO

All the problems have been solved so far, enjoy it. https://github.com/RT-Thread/rt-thread/pull/4512

Create
Post