Re: [beagleboard] Re: uart interrupt configuration on beaglebone black.

2018-02-20 Thread krishnakanth405
 
Hi Madhu K,
   
Can you please describe how u enabled UART2 interrupt in BBB


Thanks and Best Regards
Krishnakanth M

 On Wednesday, June 14, 2017 at 5:14:39 PM UTC+5:30, Madhu K wrote:
>
> Hi Rathin,
>
> Yeah, I will do that..
>
> Regards,
> Madhu
>
> On Wed, Jun 14, 2017 at 5:11 PM, Rathin Dholakia  > wrote:
>
>> Dear Madhu,
>>
>> It would like to request you that it would be great if you can write a 
>> brief description of what all you did and how you did it. 
>>
>> That would contribute a lot to other fellow travelers on the same journey 
>> in future :)
>>
>> Regards,
>> Rathin
>>
>> On Wednesday, June 14, 2017 at 3:45:26 PM UTC+5:30, Madhu K wrote:
>>>
>>> Hi Rathin,
>>>
>>> Thanks for your response.!!!
>>>
>>> I enabled interrupts for UART2 and working fine.
>>>
>>> Thanks & regards
>>> Madhu
>>>
>>>
>>>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/c2ac480b-aa46-4628-99a3-7c4bb278a810%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: uart interrupt configuration on beaglebone black.

2017-06-14 Thread Madhu K
Hi Rathin,

Yeah, I will do that..

Regards,
Madhu

On Wed, Jun 14, 2017 at 5:11 PM, Rathin Dholakia 
wrote:

> Dear Madhu,
>
> It would like to request you that it would be great if you can write a
> brief description of what all you did and how you did it.
>
> That would contribute a lot to other fellow travelers on the same journey
> in future :)
>
> Regards,
> Rathin
>
> On Wednesday, June 14, 2017 at 3:45:26 PM UTC+5:30, Madhu K wrote:
>>
>> Hi Rathin,
>>
>> Thanks for your response.!!!
>>
>> I enabled interrupts for UART2 and working fine.
>>
>> Thanks & regards
>> Madhu
>>
>> On Wed, Jun 14, 2017 at 3:03 PM, Rathin Dholakia 
>> wrote:
>>
>>> Hello Madhu,
>>>
>>> I am not an expert so please take this advice with pinch of salt.
>>> here are few steps to get you started:
>>>
>>> 1)You have to first enable the UART by modifying the uEnv.txt file in
>>> your /boot/uboot folder.
>>>
>>> 2) reboot
>>> 3) check dmesg by running: dmesg | grep UART
>>> 4) From above you will get an interrupt number assigned to your
>>> respective UART.
>>> 5) Use this to configure your ISR and etc.
>>>
>>> Please refer TRM of AM3358 for further details on IRQ and ISR.
>>>
>>> Regards,
>>> Rathin
>>>
>>> On Monday, April 24, 2017 at 10:56:27 AM UTC+5:30, Madhu K wrote:

 Hi All,

 I am trying to enable interrupts on UART2 of beaglebone black, I am not
 aware of what are all the registers to be configured to work interrupts
 properly.

 any help is appreciated.

 Thanks in advance.

 Regards,
 Madhu

>>> --
>>> For more options, visit http://beagleboard.org/discuss
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "BeagleBoard" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to beagleboard...@googlegroups.com.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/beagleboard/ea914d66-b529-4cdd-a56d-bfc94e47b693%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/beagleboard/47cec734-ee86-49e5-82ad-fb360896d3a7%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAA2oCOk-9_pf%2BPWBprZbugiR2rOBicRVvj_1S0wwDyV7Wnk2%2BA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: uart interrupt configuration on beaglebone black.

2017-06-14 Thread Rathin Dholakia
Dear Madhu,

It would like to request you that it would be great if you can write a 
brief description of what all you did and how you did it. 

That would contribute a lot to other fellow travelers on the same journey 
in future :)

Regards,
Rathin

On Wednesday, June 14, 2017 at 3:45:26 PM UTC+5:30, Madhu K wrote:
>
> Hi Rathin,
>
> Thanks for your response.!!!
>
> I enabled interrupts for UART2 and working fine.
>
> Thanks & regards
> Madhu
>
> On Wed, Jun 14, 2017 at 3:03 PM, Rathin Dholakia  > wrote:
>
>> Hello Madhu,
>>
>> I am not an expert so please take this advice with pinch of salt.
>> here are few steps to get you started:
>>
>> 1)You have to first enable the UART by modifying the uEnv.txt file in 
>> your /boot/uboot folder.
>>
>> 2) reboot
>> 3) check dmesg by running: dmesg | grep UART
>> 4) From above you will get an interrupt number assigned to your 
>> respective UART.
>> 5) Use this to configure your ISR and etc.
>>
>> Please refer TRM of AM3358 for further details on IRQ and ISR.
>>
>> Regards,
>> Rathin 
>>
>> On Monday, April 24, 2017 at 10:56:27 AM UTC+5:30, Madhu K wrote:
>>>
>>> Hi All,
>>>
>>> I am trying to enable interrupts on UART2 of beaglebone black, I am not 
>>> aware of what are all the registers to be configured to work interrupts 
>>> properly.
>>>
>>> any help is appreciated.
>>>
>>> Thanks in advance.
>>>
>>> Regards,
>>> Madhu
>>>
>> -- 
>> For more options, visit http://beagleboard.org/discuss
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "BeagleBoard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to beagleboard...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/beagleboard/ea914d66-b529-4cdd-a56d-bfc94e47b693%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/47cec734-ee86-49e5-82ad-fb360896d3a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: uart interrupt configuration on beaglebone black.

2017-06-14 Thread Madhu K
Hi Rathin,

Thanks for your response.!!!

I enabled interrupts for UART2 and working fine.

Thanks & regards
Madhu

On Wed, Jun 14, 2017 at 3:03 PM, Rathin Dholakia 
wrote:

> Hello Madhu,
>
> I am not an expert so please take this advice with pinch of salt.
> here are few steps to get you started:
>
> 1)You have to first enable the UART by modifying the uEnv.txt file in
> your /boot/uboot folder.
>
> 2) reboot
> 3) check dmesg by running: dmesg | grep UART
> 4) From above you will get an interrupt number assigned to your respective
> UART.
> 5) Use this to configure your ISR and etc.
>
> Please refer TRM of AM3358 for further details on IRQ and ISR.
>
> Regards,
> Rathin
>
> On Monday, April 24, 2017 at 10:56:27 AM UTC+5:30, Madhu K wrote:
>>
>> Hi All,
>>
>> I am trying to enable interrupts on UART2 of beaglebone black, I am not
>> aware of what are all the registers to be configured to work interrupts
>> properly.
>>
>> any help is appreciated.
>>
>> Thanks in advance.
>>
>> Regards,
>> Madhu
>>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/beagleboard/ea914d66-b529-4cdd-a56d-bfc94e47b693%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAA2oCOm%2B9gC8q7yVerxC0%2BhxXOWhJzEoY0Oc6Y6WnkD4w1MPeg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.