sparkfun / Arduino_Apollo3

Arduino core to support the Apollo3 microcontroller from Ambiq Micro
83 stars 38 forks source link

No Example of Serial Interrupts #399

Closed YFNZ closed 3 years ago

YFNZ commented 3 years ago

It'd be awesome if someone could add an example using serial interrupts to receive serial data onto the device.

Wenn0101 commented 3 years ago

Thanks for the feedback, we will take a look.

Wenn0101 commented 3 years ago

Hello, I am taking a look back at this issue to work on it. Can you explain more what you were hoping for in the example.

The existing serial example uses interrupts but it all happens "under the hood". Were you hoping to be able to be able to perform logic in the interrupt yourself? were you hoping for an example that uses Serial1?

Let me know. Thanks. -Kyle

paulvha commented 3 years ago

looks to me this was related to this post. https://forum.sparkfun.com/viewtopic.php?f=169&t=55742 I think the issue is solved. regards, Paul