
Fayyaz
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Fayyaz-
Fayyaz created a post,
FreeRTOS for Vivado 2014.1
Hi All, Is there any port available to integrate with Vivado-2014.1 for Zynq ARM9 processors? I tried the latest port but it did not work. Any help is highly appreciated. Thanks Fayyaz
-
Fayyaz commented,
Hi In the application vApplicationSetupHardware(), you need to call just the initialization for all the interrupt handler. Place this code into some function named e.g. FPGA_Interrupt_init and call...
-
Fayyaz commented,
Hi guys, Could any body have configured UART interrupt for Zynq under FreeRTOS? Any help is highly appriciated.
-
Fayyaz commented,
Dear Teddy, Could you please help me to sort out the interrupt problem. Actually, I am configuring interrupt for the UART-0 on Zynq processor in freertos environment. Attached is a complete code fo...
-
Fayyaz commented,
Dear Tyrel, Thank you very much for the reply. I successfully setup the GPIO interrupt. I have Controller Area Network (CAN) and 16NS550 UART in my design. For both, I have to configure interrupts...
-
Fayyaz commented,
Hi Tyrel I am facing some problem to configure the gpio interrupt in FreeRTOS. Can you refer some example for interrupt configuration such gpio, UART etc. in freertos for Microblaze. Any help is hi...
-
Fayyaz commented,
Hi Tyrel I am facing some problem to configure the gpio interrupt in FreeRTOS. Can you refer some example for interrupt configuration such gpio, UART etc. in freertos for Microblaze. Any help is hi...
-
Fayyaz commented,
I am using freertos for Zynq processor. I found that the interrupt for the vTickISR never happened in debugger. I do not know why, although it should work by default. Can anybody suggest me, what s...
-
Fayyaz commented,
Dear Teddy, First sorry about the un cleared question. Thank you very much for reply. Actually, I was setting interrupt for the UART but suddenly I realized that I have to check the freertos tick i...
-
Fayyaz commented,
I am using freertos on Zynq processing system. I am facing severe problem while configuring Zynq UART interrupt. Could any body tell, how is best way to configure UART interrupt for freertos. Any h...