Hi all, I'm Hana. I have problem. my project is change digital data from UART to change to analog digital with VDAC. I use PSoC 5LP. but, I have problem in main.c. can anyone help me?

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

cross mob
1 Solution

Hi,

The problem in main.c is due to the fact that when you tried to reuse the code for DMA transfer, the pointer being used corresponds to ADC . Which is not present in the design. You have to modify the code, such that either pointer corresponding to VDAC is used.

Best Regards,
VSRS

View solution in original post

0 Likes
9 Replies

She is trying to use a UART for the data instead of a ADC. She has no said what values of ASCII she is applying to the UART.

0 Likes

Hi,

The problem in main.c is due to the fact that when you tried to reuse the code for DMA transfer, the pointer being used corresponds to ADC . Which is not present in the design. You have to modify the code, such that either pointer corresponding to VDAC is used.

Best Regards,
VSRS

0 Likes