vprintf called issue

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

vprintf called issue

866 次查看
dongqichen
Contributor I

Hi Expert

I have some questions about S32 studio

1. what are the different between "EWL,EWL Nano,NEWlib,NEWlib Nano "

2. How to modified the library(reelect the library) after the project has been created finish.

3. I used library of EWL . If I used lib API of "vprintf" in a freertos task ,the system  will be crash. whatever the heap size  that I give to this task (I most give to 5K). If I haven't used in freertos task is ok

So could you tell me how to solve it.

582cdb1663044f29a1f8d6e28f7648ed.jpg

c237fa34c6da42cc8a1728f7e413279d.jpg

标记 (3)
0 项奖励
2 回复数

752 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

I'm afraid that there is no summary about EWL library variants. Each variant depends on build parameters. You can check them in [YOUR_S32DS_INSTALL_PATH]\S32DS\arm32_ewl2\lib\

You can change C library in existing project in project properties and rebuild your project: 

pastedImage_1.png

Jiri

0 项奖励

752 次查看
dongqichen
Contributor I

the third issue,I have already solved it. it's because  that I forgot to initial uart module

0 项奖励