1667 views|1 replies

111

Posts

0

Resources
The OP
 

GD32L233C running RT-Thread Nano [Copy link]

This post was last edited by serialworld on 2022-1-22 15:37

RT-Thread Nano is a minimalist hard real-time kernel. It is developed in C language, adopts object-oriented programming thinking, has a good code style, and is a tailorable, preemptive real-time multi-tasking RTOS. It occupies very little memory resources, and its functions include task processing, software timer, semaphore, mailbox and real-time scheduling, etc. It is suitable for 32-bit ARM entry-level MCUs that are widely used in home appliances, consumer electronics, medical equipment, industrial control and other fields.

Following the official documentation, I ran RT-Thread Nano carefully and finally I was able to run RT-Thread Nano on GD32L233C. I ran two threads, one to print xyz and the other to print ABC. It should be noted that the thread stack size cannot be too small, otherwise it will cause a hard fault on the MCU. It may also cause the MCU to crash. The RT-Thread documentation is really good, which is convenient for getting started and further learning.

This post is from GD32 MCU

Latest reply

The thread stack size cannot be too small, otherwise it will cause a hard fault in the microcontroller. It may also cause the microcontroller to crash. How to avoid this? Thanks for the reminder   Details Published on 2022-1-22 21:40
 

6547

Posts

0

Resources
2
 

The thread stack size cannot be too small, otherwise it will cause a hard fault in the microcontroller. It may also cause the microcontroller to crash. How to avoid this?

Thanks for the reminder

This post is from GD32 MCU
 
 
 

Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list