Can I use CyU3PDebug module to receive data via UART in FX3?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
HamburgSteak
Level 2
Level 2
10 replies posted 25 sign-ins 10 sign-ins

Hi,  I'm developing some devices using FX3.

So I would like to make command line interface via UART.

Is it possible to make CLI using CyU3PDebug module?

Actually, I tried to make CLI using that module, but UART Rx didn't work.

If it is possible, please let me know how.

That' all.

0 Likes
1 Solution

Hi,

I found solution a few days ago in this community.

I appreciate that your effort for me.

View solution in original post

0 Likes
4 Replies
AliAsgar
Moderator
Moderator
Moderator
1000 replies posted 250 solutions authored 750 replies posted
0 Likes

Thanks for your replying.

But yours informed me is different what I want to know.

I configured UART using DMA and I've check string printed in my desktop console. But when I typed some string into console on desktop, DMA callback API on FX3 didn't be called.

Please let me know how to configure UART and DMA to operate Tx/Rx well.

0 Likes

Hi,

Could you confirm if you are using the UsbUart firmware example project in the FX3 SDK?

If not, could you share your firmware project with us?

Best Regards,
AliAsgar

0 Likes

Hi,

I found solution a few days ago in this community.

I appreciate that your effort for me.

0 Likes