GSM Module Sim900A with MCXN947

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

GSM Module Sim900A with MCXN947

1,188 次查看
mays
Contributor I

Hello,

I am currently working on a project involving a GSM module (Sim900A) connected to an MCXN947 microcontroller.

Could you advise me on whether to use receiving data with or without a ring buffer? Additionally, what are the benefits of using a ring buffer?

Could you provide me a brief example or guidance on how to set up it (UART communication with the GSM module)?

Thank you.

标签 (1)
0 项奖励
回复
3 回复数

1,169 次查看
Pavel_Hernandez
NXP TechSupport
NXP TechSupport

Hello, my name is Pavel, and I will be supporting your case, but some questions are beyond the scope of this support channel.

I recommend review the example on the SDK from that MCU, here is the link where you cand find this.

Select Board | MCUXpresso SDK Builder

Pavel_Hernandez_0-1736787963970.png

and here is the IDE.

Select Board | MCUXpresso SDK Builder

And about if you need or not use the ring-buffer depends on your application, if this has a data flow on a high frequency.

Best regards,
Pavel

0 项奖励
回复

1,081 次查看
mays
Contributor I

Thank you for your reply,

Could you please specify the value of this high frequency?

 

标记 (1)
0 项奖励
回复

1,038 次查看
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @mays,

It's not a specific frequency where the ring buffer starts being useful. It is rather a relation between the frequency that the UART module clock is operating at, and the frequency that the data is incoming at.

See: https://stackoverflow.com/a/3092143

BR,
Edwin.

0 项奖励
回复