Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 06:55 02 Aug 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : PICO MITE Memory problem?

Author Message
oh3gdo
Regular Member

Joined: 18/11/2021
Location: Finland
Posts: 47
Posted: 05:16pm 18 Feb 2023
Copy link to clipboard 
Print this post

I think this is not difficult, but I have looked the whole day, and I can't find why my memory is too small.
I want to save my temperature program for PC, but I doesn't succeed.
Pico Mite MM.VER doesn't give any result.

When I write XMODEM SEND I got
Error: Not enough memory
When I write Memory I got
Program:
1k (0%) Program (76 lines)
123K (100%) Free
RAM:
0k (0%) 0Variables
1k (0%) General
155k (100%)Free
==
I deleted the whole program.
Then I started to write a program again and I got it working (a Stainhart 10k NTC temperature program)
When I got it ready and I tried to save it send it to PC. same problem.



What I can do?
A new Pico?
Pekka
 
Mixtel90

Guru

Joined: 05/10/2019
Location: United Kingdom
Posts: 7937
Posted: 05:39pm 18 Feb 2023
Copy link to clipboard 
Print this post

First you need to isolate the problem.

Is it PicoMite or PicoMite VGA or the new Wireless version?
Which version of MMBasic are you using?
What OPTIONs have you got set up?
Do other programs load and run normally?
Mick

Zilog Inside! nascom.info for Nascom & Gemini
Preliminary MMBasic docs & my PCB designs
 
stanleyella

Guru

Joined: 25/06/2022
Location: United Kingdom
Posts: 2567
Posted: 05:55pm 18 Feb 2023
Copy link to clipboard 
Print this post

print mm.ver
mine says 5.0706
 
karlelch

Senior Member

Joined: 30/10/2014
Location: Germany
Posts: 237
Posted: 06:05pm 18 Feb 2023
Copy link to clipboard 
Print this post

Try opening the editor ("edit") and leaving it again (ESC), before you call "xmodem s".
 
oh3gdo
Regular Member

Joined: 18/11/2021
Location: Finland
Posts: 47
Posted: 07:28pm 18 Feb 2023
Copy link to clipboard 
Print this post

Now I resolve this.
I press
>OPTION RESET
>XMODEM SEND
 then from TERATERM FILE/TRANFER/XMODEM/RECEIVE
 I selected a new file and my program was in safe.
 I didn't know what OPTION RESET did, but it allowed me to safe the file.

Pekka
 
Volhout
Guru

Joined: 05/03/2018
Location: Netherlands
Posts: 5091
Posted: 08:00pm 18 Feb 2023
Copy link to clipboard 
Print this post

Hi Pekka,

When you stop the program with ctrl-c, all variabels are preserveren, for debugging purpose.
You dan release thuis memory with option resetten, or gong into the editor and exit.

You are using xmodem to save to pc. Maybe you would-be benefit from using mmedit.
Try it, it is great.

Volhout
PicomiteVGA PETSCII ROBOTS
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025