Adel Benaich
Newbie level 2
- Joined
- Jun 25, 2013
- Messages
- 2
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 19
Help :Reentrancy is not allowed: function 'Lcd_Out' called from two threads
Dear gents,
i am having a simple program on PIC16F887 using MikroC:
it displays a certain message on an LCD, then upon an interrupt on PORTB it displays another message.
the first message code is written in the main function routine while the second message code is written in the interrupt function routine.
i get the following error message, can you help me how to solve this problem.
184 364 Reentrancy is not allowed: function 'Lcd_Out' called from two threads __Lib_Lcd.c
184 364 Reentrancy is not allowed: function 'Lcd_Out' called from two threads __Lib_Lcd.c
50 364 Reentrancy is not allowed: function 'Lcd_Chr_CP' called from two threads __Lib_Lcd.c
18 364 Reentrancy is not allowed: function 'Lcd_Cmd' called from two threads __Lib_Lcd.c
0 102 Finished (with errors): 03 Feb 2012, 23:13:42 LEDs.mcppi
Thanks in advance
Adil
Dear gents,
i am having a simple program on PIC16F887 using MikroC:
it displays a certain message on an LCD, then upon an interrupt on PORTB it displays another message.
the first message code is written in the main function routine while the second message code is written in the interrupt function routine.
i get the following error message, can you help me how to solve this problem.
184 364 Reentrancy is not allowed: function 'Lcd_Out' called from two threads __Lib_Lcd.c
184 364 Reentrancy is not allowed: function 'Lcd_Out' called from two threads __Lib_Lcd.c
50 364 Reentrancy is not allowed: function 'Lcd_Chr_CP' called from two threads __Lib_Lcd.c
18 364 Reentrancy is not allowed: function 'Lcd_Cmd' called from two threads __Lib_Lcd.c
0 102 Finished (with errors): 03 Feb 2012, 23:13:42 LEDs.mcppi
Thanks in advance
Adil
Last edited: