configure isr in uart

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

cross mob
Viku_4403276
Level 1
Level 1

Hello,

I am working on CYT4B controller. I need to configure UART driver for my project. I have an example driver(given by cypress).

I have few doubts :

  1. My driver is working fine on low level(directly writing and reading from FIFO register) but, it is not working  with high level API where transmit and receive happens with help of interrupt. Basically i am not able to understand the ISR configuration.Cy_SysInt_SetSystemIrqVector(stc_sysint_irq_cfg_uart.sysIntSrc, Scb_UART_IntrISR);
  2.   While going through the code i understood that, in high level tx/rx is event based. So, does it need some os configuration?

Thanks in Advance

0 Likes
1 Solution
HongyanW_86
Moderator
Moderator
Moderator
100 solutions authored 100 replies posted 50 solutions authored

Hello,

This topic is not suitable to be discussed here in this community. Please kindly get in touch with your Cypress contact window for help.

Best regards,

Amy

View solution in original post

0 Likes
2 Replies
HongyanW_86
Moderator
Moderator
Moderator
100 solutions authored 100 replies posted 50 solutions authored

Hello,

This topic is not suitable to be discussed here in this community. Please kindly get in touch with your Cypress contact window for help.

Best regards,

Amy

0 Likes
chch_4421126
Level 1
Level 1
5 sign-ins 5 replies posted First reply posted

Because old project development needs to be continued.

0 Likes