GSM Module Sim900A with MCXN947

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

GSM Module Sim900A with MCXN947

1,168件の閲覧回数
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,149件の閲覧回数
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,061件の閲覧回数
mays
Contributor I

Thank you for your reply,

Could you please specify the value of this high frequency?

 

タグ(1)
0 件の賞賛
返信

1,018件の閲覧回数
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 件の賞賛
返信