Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

debuging witht external Uart in K_e_i_l M_on 51 not work

Status
Not open for further replies.

El_Paco

Member level 1
Member level 1
Joined
Mar 7, 2002
Messages
38
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Visit site
Activity points
363
I tried to use the external Uart with the debugger M_o_n 51.

but it did'nt work

I write a testprogram and send some data to Pc and from PC to MCU -- this works without problems.

I foundout that in the install.a51 of the mon file the generrated Bauddiv Value for the external Uart was 0, because the parser can't handle values bigger then 65535.

OK -- i correct this -- at this time Bauddiv has the correct value -- but nothing works.

Has someone a tip or had have equal problems and know a solution?

Best regards
El_Paco


Ps.:
IO-Space for Uart is 0xE400 - 0xE7FF
P32(INT0) is for intrpt - pin used
 

Use long numbers as string don't send LONG or DOUBLE numbers

Convert the numbers you want to send to string and send them as char's

when you want to use them re convert them to numbers

Use long numbers as string don't send LONG or DOUBLE numbers

best



bobi
 

M_o_n 51 debug problem

The problem is not that i did'nt can send data -- the Problem is that the debugger not works with the external Uart
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top