Freertos defines whether the software timer consumes heap or stack resources?

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

Freertos defines whether the software timer consumes heap or stack resources?

547 次查看
918338431
Contributor I

Does freertos define a software timer, does the system consume heap or stack resources?
What is the upper limit?

【PCB Prototype】,China PCB Prototype, PCB Prototyping, Fabrication Manufacturer - PCBIndex.com 

0 项奖励
回复
1 回复

500 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi Julian:

YES, Freertos defined a software timer, it needs RAM. The RAM can be automatically dynamically allocated from the RTOS heap within the RTOS API object creation functions, or it can can be provided by the application writer

Please refer to below link, I hope it helps

Tutorial: Understanding and Using FreeRTOS Software Timers | MCU on Eclipse 

Regards

Daniel

0 项奖励
回复