3353 views|4 replies

79

Posts

3

Resources
The OP
 

[Fudan Micro FM33LG0 series development board review] Development board microcontroller printf Chinese and English printing test [Copy link]

 

The PIN of the Fudan Micro FM33LG0 development board specification is covered, so make an MCU package yourself. In this way, the FM33LG0 pins are clear at a glance.

printf() is a formatted output function, which is often used to output some information to the console in C language programming, and can be used as an important debugging method. However, there is no console to output information in the microcontroller, so printf() can be output to the serial port. After connecting the serial port tool, the debugging information can be displayed in the interface of the serial port tool.

Serial port initialization:


void UserInit(void)
{
#ifndef MFANG
    LedInit();
    DebugUartInit();
#endif
}

Define #ifndef MFANG in #include "user_init.h"

while(1)
{
LED0_TOG();
printf("I wish Fudan Microelectronics will get better and better!\r\n");
FL_DelayMs(1000);
}
}

It can realize Chinese and English printing. Some microcontrollers do not support Chinese printf printing. Fudan Micro FM33LG0 firmware library is very good and supports Chinese. No need to configure Keil!

This post is from Domestic Chip Exchange

Latest reply

You don't need to draw it yourself, these basic files must be available, there is an AD library Link to download [New reminder] [Package library] Fudan Micro MCU chip package library V2.4 (updated on 2021.01.08) - Development information - Low power embedded software developer forum - Powered by Discuz! (fmdevelopers.com.cn)   Details Published on 2021-11-29 11:30
 
 

6555

Posts

0

Resources
2
 

I feel that domestic chip firmware libraries should support Chinese. Fudan Micro FM33LG0 firmware library can do this.

This post is from Domestic Chip Exchange
 
 
 

137

Posts

0

Resources
3
 

Waiting for the host to share it

This post is from Domestic Chip Exchange
 
 
 

5213

Posts

239

Resources
4
 

@doudou52098

Does your microcontroller package need to be drawn by netizens themselves? Do you have any resources to share in this regard?

This post is from Domestic Chip Exchange
Add and join groups EEWorld service account EEWorld subscription account Automotive development circle
 
 
 

29

Posts

3

Resources
5
 
nmg Published on 2021-11-29 10:46 @doudou52098 Do you need netizens to draw the package of your microcontroller? Do you have any resources to share?

You don't need to draw it yourself, these basic files must be available, there is an AD library

Link to download

[New reminder] [Package library] Fudan Micro MCU chip package library V2.4 (updated on 2021.01.08) - Development information - Low power embedded software developer forum - Powered by Discuz! (fmdevelopers.com.cn)

This post is from Domestic Chip Exchange
 
 
 

Guess Your Favourite
Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

Featured Posts
Homemade STEVAL-IPM05F 3Sh board: FOC motor control 400V/8A non-sensing/sensing Hall/sensing encoder and other reference programs...

This post was last edited by music_586 on 2019-4-4 19:06 This content was originally created by EEWORLD forum user musi ...

Based on IPM05F 3Sh board: FOC motor control 400V non-sensing sensory encoder all design data summary (schematic diagram/BOM table...

Based on IPM05F 3Sh board: FOC motor control 400V sensorless and sensory encoder all design data summary (schematic diag ...

"Recommend Chinese chips" + domestic chips

I have used or seen quite a lot of domestic chips. I won't mention Shenwei and Loongson. Basically, anyone who works wit ...

Two highlights of EFM32PG22

I think the M33 core and 16-bit ADC are pretty good.

[HPM-DIY] HPM6750 uses cherryusb to read UVC camera to display VGA resolution

I received the display module from EE last week and finally used it tonight. HPM6750 acts as a host to read the UVC came ...

Is it possible to perform socket communication without IP and port number?

When using socket communication, whether it is internal communication within the local machine or communication betwee ...

全志V853 NPU 转换部署 YOLO V5 模型

# NPU conversion and deployment of YOLO V5 model This article takes the YOLO v5s model as an example to detail the conve ...

What is light load mode?

The technique of improving efficiency when using less output current is called light load mode. It is also called burst ...

[ST NUCLEO-U5A5ZJ-Q development board review] 2. EXTI, PWM and serial port printf

Serial port printf output The serial port 1 of Nucleo-U5A5 is connected to the serial port of STlinkV3 to output the pri ...

What are the functions of the five pins INT, MOSI, MISO, SCK, and NCS of the MPU attitude sensor? Is the waveform correct?

What are the functions of the five pins INT, MOSI, MISO, SCK, and NCS of the MPU attitude sensor? Is the waveform correc ...

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