Search found 15 matches

by David
Thu Feb 25, 2021 9:36 am
Forum: Developer Forum
Topic: Flash and RAM usage
Replies: 3
Views: 2840

Re: Flash and RAM usage

Those are regions used by DMCP. If your program needs more flash, you can use QSPI (first 2000kB region is available to user program). If your program needs more static RAM, allocate some data from heap to relieve static RAM usage or reconfigure heap usage in linker script to get another static RAM ...
by David
Mon Oct 26, 2020 11:03 am
Forum: Developer Forum
Topic: Flash QSPI question
Replies: 2
Views: 2598

Re: Flash QSPI question

I've extended the documentation a little bit. Hopefully, it is clear now.
by David
Sun Sep 20, 2020 9:53 am
Forum: Developer Forum
Topic: DMCP documentation
Replies: 10
Views: 6190

Re: DMCP documentation

Question: On the HP-42S, there is flag 44 (Continuous ON). If I didn't miss anything, this feature isn't available yet on the DM42 with interface 3.13, but will be with the 'new' DMCP. Please confirm or deny. I thought this being an easy question to answer, isn't it? DM42 uses for that periodical c...
by David
Fri Mar 15, 2019 2:41 pm
Forum: SwissMicros Firmware Update Announcements
Topic: UPDATE: DMCP-3.13 / DM42-3.13
Replies: 40
Views: 41744

Re: UPDATE: DMCP-3.13 / DM42-3.13

Perfect update with the combo file from 3.12. The new file management with directories, increased file items and two column display is really cool :) Just noticed one thing: if you move to the <Parent> directory from the PROGRAMS or STATE directories, then both of them are not listed and you cannot...
by David
Thu Mar 07, 2019 11:11 am
Forum: DM42
Topic: Intel library 2.0u2
Replies: 11
Views: 10411

Re: Intel library 2.0u2

Thomas,
All my fixes are included in 2.02 (or at least functional equivalents), but they are anyway irrelevant for Free42 as it has own workarounds for problems I'm aware of (and which could affect Free42 functionality).
by David
Wed Mar 06, 2019 9:06 pm
Forum: DM42
Topic: Intel library 2.0u2
Replies: 11
Views: 10411

Re: Intel library 2.0u2

Thomas, Shortly, there isn't any benefit known to me in upgrading to 2.02 version. Now more elaborated answer. I've thoroughly compared both 2.01 and 2.02 versions to be sure there isn't any fundamental issue in building of new library version on our (very limited) platform. During this process I've...
by David
Mon Dec 17, 2018 12:40 pm
Forum: Developer Forum
Topic: DMCP_SDK API
Replies: 8
Views: 9948

Re: DMCP_SDK API

Sorry for not fulfilling your expectations, but we are not able to constantly monitor and answer forum questions. Even if we try at least to sample it time to time the truth is we answer forum questions rather incidentally. The reasonable step is to write email to us directly if you are not able to ...
by David
Sat Sep 22, 2018 3:25 pm
Forum: Usage tips, tricks and problem reports
Topic: Issue with multi line messages and menus
Replies: 5
Views: 5605

Re: Issue with multi line messages and menus

Hi Andrew, I have sent to you private message with link to pre-release build, but after some time I have noticed that "email on private message" isn't default, so I'm pinging you here too, so you can take a look at it :). Hi David & Thomas, Many thanks for responding so quickly. Let's ...
by David
Tue Sep 04, 2018 10:49 am
Forum: Usage tips, tricks and problem reports
Topic: AGRA behaviour
Replies: 1
Views: 1997

Re: AGRA behaviour

Right, it looks to me like expected behavior.
by David
Thu Aug 23, 2018 8:26 am
Forum: Usage tips, tricks and problem reports
Topic: Issue with multi line messages and menus
Replies: 5
Views: 5605

Re: Issue with multi line messages and menus

Hi Thomas & Andrew,
Thank you both for explanation, now I have the idea. I will see what can I do about that.