Author Topic: What's wrong with my HP 49g+?  (Read 6236 times)

0 Members and 1 Guest are viewing this topic.

Offline flarn2006

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 17
  • Rating: +0/-0
    • View Profile
What's wrong with my HP 49g+?
« on: July 13, 2011, 09:38:38 pm »
I was fooling around with the built-in assembler on my 49g+, and ran this program:

!ASM
LDR R0,[R1]
@


It reset and the memory was cleared, but it was suddenly very slow. I did a soft reset (ON+F3) to see if that would help, but now the screen is blank. I tried leaving the batteries (including the memory backup battery) out overnight, and that didn't work. I also tried following the instructions at http://www.hpcalc.org/hp49/pc/rom/ under "If it fails:" in case the firmware was erased, but no menu appeared.

More than a month later, I tried turning it on, and it appeared to work fine. I was able to perform several soft resets. Eventually, however (the next day) it started getting very slow again, and now the screen is blank again. What should I do?

To reproduce what I did (at your own risk!):

256 ATTACH "!ASM
LDR R0,[R1]
@" ASM EVAL
« Last Edit: July 13, 2011, 09:52:34 pm by flarn2006 »

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: What's wrong with my HP 49g+?
« Reply #1 on: July 14, 2011, 03:07:32 am »
I'm afraid you probably won't get an answer here. Very few people own HP calculators here (I have one, but it  is never used), and I don't know of anyone who programs for them. :( I hope you can find a solution to fix it. Welcome to Omnimaga btw.

Offline TravisE

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 182
  • Rating: +33/-0
    • View Profile
    • ticalc.org
Re: What's wrong with my HP 49g+?
« Reply #2 on: July 14, 2011, 01:13:55 pm »
I do some HP programming, but I still know very little about SysRPL and ASM. I would almost think that what you described is some kind of hardware fault that just happened to crop up at about the time you ran that experimental code, since it seems unlikely that such a problem would persist after all the steps you took, unless some very unusual firmware corruption occurred.

You probably should look for some HP calc forums somewhere (I think I've seen a few) or the comp.sys.hp48 newsgroup, which still appears active, believe it or not (! I should subscribe to that!).
ticalc.org staff member—http://www.ticalc.org/

Offline bsl

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 157
  • Rating: +14/-0
    • View Profile
Re: What's wrong with my HP 49g+?
« Reply #3 on: July 14, 2011, 01:40:22 pm »
Its been a year since I touched my HP50g , but you may be mixing ARM with Saturn
assembly language.
You might have to start with !ARM

As a side note: The Saturn processor has a 500K memory limit. Why Hp didnt put more memory on with the 49+,
when they emulated the Saturn on that calc is beyond me. You can switch to ARM mode with more memory available

Offline flarn2006

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 17
  • Rating: +0/-0
    • View Profile
Re: What's wrong with my HP 49g+?
« Reply #4 on: November 06, 2014, 11:47:23 pm »
I'm bumping this because I think I may have found a solution. I've been able to get it working again briefly by leaving the batteries out for a while, but that had always been a temporary solution. I eventually decided to open it up to see if there was any obvious hardware damage. I opened it, no obvious damage. But apparently the simple act of opening the calculator itself did something that fixed the problem. Not only does it seem to be running noticeably faster, but the ON+F4 menu works as well; since I ran that code none of the menu options had done anything until now.

It's not immediately obvious how to open it, but easy when you know how. In case anyone else is having that problem, open the battery compartment, and you'll see these two light-grayish rivets. Take a screwdriver or a knife or something and pry at them until the wide part of the rivet comes off (just the part that sticks out past the black surface it's on) and then you'll be able to easily pry it open by sticking a screwdriver in the seam between the middle silver part and the black part on the back, when looking at it from the side. Then just snap the cover back on, and hopefully whatever happened to fix it for me will work for you as well.

EDIT: Never mind, it still seems to be intermittently having that problem  :banghead:
« Last Edit: November 06, 2014, 11:49:22 pm by flarn2006 »

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: What's wrong with my HP 49g+?
« Reply #5 on: November 07, 2014, 02:30:54 am »
I unfortunately do not have any experience with that particular HP calculator (I only have the HP Prime model), let alone assembly, but after seeing similar things happen with TI calculators, if your problem really started happening after running some ASM code that turned out to be invalid, then it's definitively a software failure rather than an hardware one. Of course, there can be coincidences too, but it seems more likely that your problem is software-related.

Whether it is fixable or not is another issue, though, and it would require somebody who got a lot of experience with HP 49g+ (maybe 50g too since the 50g is an upgraded version of the 49g+?) programming and its firmware's internal workings in order to help. Perhaps Google, Hpcalc.org or HP Museum (which got a forum full of users of HP 49g+/50g calcs) might have some troubleshooting/tutorials. With TI and Casio calcs, it's possible to permanently brick your machine if you do something particularly bad, though (in TI-84+'s case, erasing both the certificate and OS), and I hope that is not what happened with your calculator, else in such case you would probably have to get a second-hand replacement :( (I think they're cheaper nowadays though).

Offline supergems

  • LV2 Member (Next: 40)
  • **
  • Posts: 38
  • Rating: +1/-14
    • View Profile
Re: What's wrong with my HP 49g+?
« Reply #6 on: November 07, 2014, 12:13:27 pm »
Ciao,

it's instructive to read this topic:

50G - sporadic pauses - garbage collection ?
https://groups.google.com/forum/#!msg/comp.sys.hp48/SE7RfGC6uwk/y7KTrgY4zXIJ

You have to use FMEM by John H Meyers:

Code: [Select]
@ HP49/50 series only
\<< 5000. MAX :0:JUNK DUP PURGE MEM ROT -
IF DUP 0. > THEN MAKESTR SWAP STO
ELSE DROP2 END 0. DROP MEM \>> 'FMEM' STO

ex. 10000000 FMEM

===============================================================================================

also try installing latest version of the official firmware (ROM 2.15 http://www.hpcalc.org/details.php?id=7097), you will find instructions in the archive:


Quote
Fixing Strange Port2 Issues
An empty 50g Port2 will report 766KB in the filer. Occasionally, the 50g can have strange issues with
Port2 in which memory seems to have disappeared. Sometimes, when a third party program is deleted,
reinstalled or has a serious programming issue, the total amount of memory in Port2 is reduced and
seems to have disappeared. When everything in port 2 is deleted, the total memory has been reduced
to much smaller than 766KB.
To fix this problem, you can use the 2MB ROM image provided in this zip file. This ROM image will
completely overwrite the Flash Memory in the 50g and return it to original condition. Please note that
anything in Port2 will be deleted if you use this ROM image.
To use this ROM image, please unzip ‘2MB FIX’ and use the files inside for the upgrade procedure
previously explained. There is no need to re-flash using the regular ROM file again.
« Last Edit: November 07, 2014, 12:29:52 pm by supergems »