From mboxrd@z Thu Jan 1 00:00:00 1970 From: pg-itk@t-online.de (Peter Graf) To: ecos-discuss@sourceware.cygnus.com Subject: [ECOS] Hitachi SH7709A problems Date: Mon, 20 Nov 2000 05:36:00 -0000 Message-id: <3.0.5.32.20001120143631.008fc8b0@pop.btx.dtag.de> References: <"Fri,> <17> <2000> <11:11:19> <+0100> <14869.1095.188352.237035@thinktwice.zoftcorp.dk> X-SW-Source: 2000-11/msg00241.html Jesper wrote: [baudrate errors] >Peter> I have only worked around by using a fixed table. A parametric >Peter> macro without the rounding problems seems tricky, if you want >Peter> to avoid computation at runtime. > >This is a better solution, IMO. [New macro definition] Yes it is, thanks very much! At the moment I am struggling with two serious problems on the SH7709A target: 1. When I use the GDB stub compiled from the latest CVS sources, I can only set one breakpoint. If I remove it and set the next and so on, everything works fine. If I don't remove all old breakpoints before continuing, the target keeps on running and ignores further breakpoint(s). An older stub, compiled from sources probably around August, works fine. Could be related to the use of the UBC, but I haven't been able to figure out. 2. ROMs compiled in ROMRAM startup mode don't work anymore, although the pure ROM versions work. The ROMRAM feature has also worked fine using earlier sources. Has anyone else exprienced the same? Thanks. Peter