Content originally posted in LPCWare by faizal on Thu Jul 07 06:39:50 MST 2011
Hello,
I modified the code used by LPC2141,so that i can programme it on LPC1114. I dont understand,why the code i've attached in only work using step by step. If i debug it,then i click resume,i dont have the answer(the answer for the command 0xFF97 is 1). But,if i use step by step mode,after the line GPIOSetDir(3,1,1); in function DALI_Init(),then i click resume,i have the answer 1 in hyperterminal. I use the example code uart.c and gpio.c.
Regards,