ADC--> FILTER --> UART

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

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hi community, I hope the person who read this it's ok.

My final goal is to make a dual channel ADC with an implemented low pass 500 hz filter, and after that to send the signal via UART. I want to control the device with an interrupt in the UART. Right now I have two projects: TESIS.rar and FILTER.rar. The first one works with interrupts and it's capable of sending via UART signals up to 1khz, and the other one it filters, it's implemented with DMA, but somehow, when I start the UART it doesn't even put an string at the beggining, my major problem. Do you have any suggestions of what could be occasioning the problem? Thanks before hand

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.

You did not specify the correct pins for the UART: Rx P12_6 and Tx P12_7

I made some minor changes,see comments.

Bob

View solution in original post

0 Likes
5 Replies