Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
April 19, 2024, 10:32:23 22:32


Login with username, password and session length


Author Sticky post (Click Here to visit source)
Top
HI-TECH Universal RSA Keygen

* HI-TECH Universal RSA Keygen generates real RSA signed activation data.
* Replaces HI-TECH RSA public key with self-generated RSA key - different every time!
* Generates permanent PRO key - no expiry date!
* Tested with:

  • HI-TECH C Compiler for PIC10-12-16 MCUs
  • HI-TECH C PRO for the PIC18 MCU Family
  • HI-TECH C PRO for the PIC32 MCU Family
  • HI-TECH for dsPIC-PIC24
  • HI-TECH C PRO for the Silicon Labs 8051 MCU Family
  • HI-TECH C PRO for the PSoC Mixed-Signal Array
  • HI-TECH C for Holtek MCU
  • HI-TECH PICC-18 STD

* New in version 2.2


* New in version 2.3


HI-TECH Universal RSA Keygen (v2.0)
http://depositfiles.com/files/kj9mws7yh

HI-TECH Universal RSA Keygen (v2.1)
http://depositfiles.com/files/oy699bhti

HI-TECH Universal RSA Keygen (v2.2)
http://depositfiles.com/files/2mhscdmb4

HI-TECH Universal RSA Keygen (v2.3)
http://depositfiles.com/files/v6vup2azq


You can find 50caliber post here, the older sticky:
http://www.sonsivri.com/forum/index.php?topic=935.msg69111#msg69111
« Last Edit: June 24, 2010, 01:52:07 13:52 by Top »
Pages: 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 ... 19
Print
Author Topic: Hi-Tech PIC Compiler latest versions  (Read 537402 times)
0 Members and 1 Guest are viewing this topic.
robban
Senior Member
****
Offline Offline

Posts: 265

Thank You
-Given: 34
-Receive: 38


Warrior


WWW
« Reply #200 on: May 13, 2009, 09:22:04 09:22 »

I want to step up to ARM also. I want to use Luminary Micro CORTEX-M3 devices.


 also use Cortex M-3.(ST32F10xxx, 128K RAM), but I had printed out the pin-out and placed it above my working bench, so I know how to connect.
How much is a Luminary Cortex M-3 development board? Does it need a J-Link dongle?(they are expensive). My Futurlec board has two serial interfaces(one for downloading the hex, .bin or .s2 code) and one for connecting ex.wise a Telnet debugger.

Normally I use the Telnet for debugging purpopses(I write additional code in critical sections for watching what's happening). Do You have a more clever solution? I stopped using Eclipse IDE since it's full of bugs.

I think it's better to use Programmer's Notepad and use the "make" utilitity.

Good luck and revert with a intelligent remark.....   
Logged

Code Warrior
tavioman
Active Member
***
Offline Offline

Posts: 151

Thank You
-Given: 14
-Receive: 17



« Reply #201 on: May 13, 2009, 10:05:20 10:05 »

A LM3S1968 dev board is arrount 40Euro on farnell.

They support a large choice of Jtag tools.

I didn't started yet any work on these processors.
Logged

- Brain juice -
robban
Senior Member
****
Offline Offline

Posts: 265

Thank You
-Given: 34
-Receive: 38


Warrior


WWW
« Reply #202 on: May 13, 2009, 11:35:11 11:35 »

That's a reasonably price. Do You mean Luminary?

Don't forget that ARM has a steep learning curve, so don't give up at the first obstacle. You'll get a great satisfaction when all is hunky dory. An advantage with the startup code(Assembler) is that You can arrange RAM and ROM areas, and tell the compiler to use either 32- or 16-bit(Thumb state code) plus assigning pins, among others.

I never use Proteus(nice IDE) but ExpressPCB. For this I'll probably will get a lot of beating....
« Last Edit: May 20, 2009, 09:48:03 09:48 by robban » Logged

Code Warrior
tavioman
Active Member
***
Offline Offline

Posts: 151

Thank You
-Given: 14
-Receive: 17



« Reply #203 on: May 13, 2009, 06:37:03 18:37 »

Yes. Luminary Micro.
Logged

- Brain juice -
ALLPIC
Active Member
***
Offline Offline

Posts: 114

Thank You
-Given: 64
-Receive: 72


« Reply #204 on: May 15, 2009, 06:51:04 06:51 »

Can some one help me!!!!!

simple code in ht-tech picc 9.60 pl6

#include <pic.h>
#include <stdio.h>
#include <stdlib.h>
char str[10];
void main(void)
{
   float a=1.1234;
   
   
   sprintf(str,"%0.1f",a);
   
}


gating error  Sad

HI-TECH C PRO for the PIC10/12/16 MCU family candidate build 4070 V9.60PL6
Copyright (C) 1984-2009 HI-TECH SOFTWARE
Serial number: HCPICP-36668
this licence will expire on Wed, 12 Dec 2029
Error   [1268] C:\Program Files\HI-TECH Software\PICC\PRO\9.60\sources\doprnt.c; 1217. fixup overflow storing 0x14F in 1 byte at 0x16BC (VAF.obj 171/0x1E)
Error   [1268] C:\Program Files\HI-TECH Software\PICC\PRO\9.60\sources\doprnt.c; 1217. fixup overflow storing 0x14E in 1 byte at 0x16BE (VAF.obj 171/0x20)
Error   [1268] VAF.obj; 188. fixup overflow storing 0x12D in 1 byte at 0x1828 (VAF.obj 188/0x24)
Error   [1268] VAF.obj; 188. fixup overflow storing 0x12C in 1 byte at 0x182A (VAF.obj 188/0x26)
Error   [1268] VAF.obj; 232. fixup overflow storing 0x11D in 1 byte at 0x1BBC (VAF.obj 232/0x1E)
Error   [1268] VAF.obj; 232. fixup overflow storing 0x11C in 1 byte at 0x1BBE (VAF.obj 232/0x20)
Error   [1268] VAF.obj; 265. fixup overflow storing 0x11D in 1 byte at 0x1E6C (VAF.obj 265/0x2)
Error   [1268] VAF.obj; 265. fixup overflow storing 0x11C in 1 byte at 0x1E6E (VAF.obj 265/0x4)
Error   [1268] VAF.obj; 265. fixup overflow storing 0x11D in 1 byte at 0x1E88 (VAF.obj 265/0x1E)
Error   [1268] VAF.obj; 265. fixup overflow storing 0x11C in 1 byte at 0x1E8A (VAF.obj 265/0x20)
Error   [1268] VAF.obj; 271. fixup overflow storing 0x121 in 1 byte at 0x1EF4 (VAF.obj 271/0x4)
Error   [1268] VAF.obj; 271. fixup overflow storing 0x120 in 1 byte at 0x1EF6 (VAF.obj 271/0x6)
Error   [1268] VAF.obj; 278. fixup overflow storing 0x121 in 1 byte at 0x1F8C (VAF.obj 278/0x1A)
Error   [1268] VAF.obj; 278. fixup overflow storing 0x120 in 1 byte at 0x1F8E (VAF.obj 278/0x1C)
Error   [1268] VAF.obj; 280. fixup overflow storing 0x121 in 1 byte at 0x1FAC (VAF.obj 280/0x4)
Error   [1268] VAF.obj; 280. fixup overflow storing 0x120 in 1 byte at 0x1FAE (VAF.obj 280/0x6)
Error   [1268] C:\Program Files\HI-TECH Software\PICC\PRO\9.60\lib\doprnt.c; 434. fixup overflow storing 0x151 in 1 byte at 0x938 (VAF.obj 311/0x0)
Error   [1268] C:\Program Files\HI-TECH Software\PICC\PRO\9.60\lib\doprnt.c; 434. fixup overflow storing 0x150 in 1 byte at 0x93A (VAF.obj 311/0x2)
Error   [1268] C:\Program Files\HI-TECH Software\PICC\PRO\9.60\lib\doprnt.c; 437. fixup overflow storing 0x151 in 1 byte at 0x9B2 (VAF.obj 316/0x1C)
Error   [1268] C:\Program Files\HI-TECH Software\PICC\PRO\9.60\lib\doprnt.c; 437. fixup overflow storing 0x150 in 1 byte at 0x9B4 (VAF.obj 316/0x1E)
Error   [1268] C:\Program Files\HI-TECH Software\PICC\PRO\9.60\sources\float.c; 55. fixup overflow storing 0x14F in 1 byte at 0xE00 (VAF.rlf 3609/0x0)
Error   [1268] C:\Program Files\HI-TECH Software\PICC\PRO\9.60\sources\float.c; 55. fixup overflow storing 0x14E in 1 byte at 0xE00 (VAF.rlf 3613/0x0)
Error   [1268] C:\Program Files\HI-TECH Software\PICC\PRO\9.60\sources\float.c; 55. fixup overflow storing 0x12D in 1 byte at 0xE00 (VAF.rlf 4244/0x0)
Error   [1268] C:\Program Files\HI-TECH Software\PICC\PRO\9.60\sources\float.c; 55. fixup overflow storing 0x12C in 1 byte at 0xE00 (VAF.rlf 4248/0x0)
Error   [1268] C:\Program Files\HI-TECH Software\PICC\PRO\9.60\sources\float.c; 55. fixup overflow storing 0x11D in 1 byte at 0xE00 (VAF.rlf 5886/0x0)
Error   [1268] C:\Program Files\HI-TECH Software\PICC\PRO\9.60\sources\float.c; 55. fixup overflow storing 0x11C in 1 byte at 0xE00 (VAF.rlf 5890/0x0)
Error   [1268] C:\Program Files\HI-TECH Software\PICC\PRO\9.60\sources\float.c; 55. fixup overflow storing 0x11D in 1 byte at 0xE00 (VAF.rlf 7074/0x0)
Error   [1268] C:\Program Files\HI-TECH Software\PICC\PRO\9.60\sources\float.c; 55. fixup overflow storing 0x11C in 1 byte at 0xE00 (VAF.rlf 7078/0x0)
Error   [1268] C:\Program Files\HI-TECH Software\PICC\PRO\9.60\sources\float.c; 55. fixup overflow storing 0x11D in 1 byte at 0xE00 (VAF.rlf 7120/0x0)
Error   [1268] C:\Program Files\HI-TECH Software\PICC\PRO\9.60\sources\float.c; 55. fixup overflow storing 0x11C in 1 byte at 0xE00 (VAF.rlf 7124/0x0)
Error   [1268] C:\Program Files\HI-TECH Software\PICC\PRO\9.60\sources\float.c; 55. fixup overflow storing 0x121 in 1 byte at 0xE00 (VAF.rlf 7324/0x0)
Advisory[1] too many errors (31)


what can be a problem

same thing happn in demo mode also even I downloaded new picc 9.65 the same errors I am gatting. As I can't ask hitech regarding this Sad

can some one help me

Logged
bunion
Hero Member
*****
Offline Offline

Posts: 701

Thank You
-Given: 660
-Receive: 4122


« Reply #205 on: May 15, 2009, 01:11:42 13:11 »

yes u can ..join users forum at hitech and tell em Smiley

bunion
Logged
sam_des
Senior Member
****
Offline Offline

Posts: 253

Thank You
-Given: 124
-Receive: 146


« Reply #206 on: May 15, 2009, 07:17:35 19:17 »

Hi,

@ ALLPIC,
I don't remember correctly, but I think hitech requires special library for handling 'floating point prints' ??
May be a linker switch ??

I'll check it out asap.

regards,
sam_des

Just remembered - Default standard printf() doesn't support floating point numbers. Use -LF option or whatever newer version requires at command line for linker.
Or may be compiler is unable to allocate enough ram for printf() due to large number of vars in your program.
If that's the case, you better avoid using standard 'doprnt() function(which is quite ram/rom hungry & bloated to include eveything) & write your own or do domething like this--
Code:
putfloat(float f) 
{   
  int i;   
 
  if(f < 0) {       
    putch('-');       
    f = -f;   
  }   
  i = (int)f;   
  printf("%d.", i);   
  f -= (float)i;   
  i = (int)(f * 100.0+0.5);   
  printf("%02d", i);
}
« Last Edit: May 15, 2009, 07:34:46 19:34 by sam_des » Logged

Never be afraid to do something new. Remember Amateurs built the Ark, Professionals built the Titanic !
preatorian
Junior Member
**
Offline Offline

Posts: 44

Thank You
-Given: 16
-Receive: 18


« Reply #207 on: May 17, 2009, 06:01:25 18:01 »

Hi all,
reporting new version of Hi-tech C Pro  for PIC10/12/16 v9.65 (HCPIC)
http://www.htsoft.com/downloads/getfile.php?sourcepage=demos&productid=2192

regards
Logged
bunion
Hero Member
*****
Offline Offline

Posts: 701

Thank You
-Given: 660
-Receive: 4122


« Reply #208 on: May 19, 2009, 05:30:12 17:30 »

preatorian do u mean the 23 march release? ..if so i already done it and added it to my big post on 24th march Smiley

check here

bunion
« Last Edit: May 19, 2009, 05:36:20 17:36 by bunion » Logged
bunion
Hero Member
*****
Offline Offline

Posts: 701

Thank You
-Given: 660
-Receive: 4122


« Reply #209 on: May 22, 2009, 04:43:49 16:43 »

My storage link has been updated with a new release of hitech picc pro

HI-TECH C PRO for the PIC10/12/16 MCU family candidate build 4612 V9.65PL1

Uni patcher has also had new reg file added for the new version also

to use new version without using this new reg file just open old regfile and change pl0 >pl1

then run patcher and itll be fully regged again:0

bunion
Logged
preatorian
Junior Member
**
Offline Offline

Posts: 44

Thank You
-Given: 16
-Receive: 18


« Reply #210 on: May 27, 2009, 11:05:53 11:05 »

Hi bunion,
I mean the 25th march release, I guess this is it. These are the release notes about it:
http://www.htsoft.com/microchip/products/compilers/documentation/hcpicp-readme.pdf

Best regards
« Last Edit: May 27, 2009, 11:13:29 11:13 by preatorian » Logged
edalab
Guest
« Reply #211 on: June 14, 2009, 07:44:21 07:44 »

Hi bunion,

Patch Level Update - HI-TECH CĀ® for PIC18 MCUs v9.63PL3
2009-06-08

A patch level update of the HI-TECH C PRO for PIC18 MCUs (v9.63PL3) has been released. The patch level update adds support for new PIC18 devices and fixes known issues and bugfixes reported since the last release.
 crack is invalid.
please update,thanks!
 

Best regards
Logged
tavioman
Active Member
***
Offline Offline

Posts: 151

Thank You
-Given: 14
-Receive: 17



« Reply #212 on: June 14, 2009, 10:15:05 10:15 »

The prvious version is not good for you?
What limitations are you bumpving into?
I'm using 9.63 and I have no problems.
What are the fixes in the current version?
Logged

- Brain juice -
bunion
Hero Member
*****
Offline Offline

Posts: 701

Thank You
-Given: 660
-Receive: 4122


« Reply #213 on: June 14, 2009, 09:18:19 21:18 »

Ok done ..

New patcher for HI-TECH PIC18_PRO_963PL3 added to storage

storage stops me upping anyrthing over 10mb now so the actuall PIC18_PRO_963PL3 installer
has'nt been added ok

bunion
Logged
edalab
Guest
« Reply #214 on: June 15, 2009, 12:34:05 12:34 »

thanks!
Logged
cddx
Newbie
*
Offline Offline

Posts: 10

Thank You
-Given: 27
-Receive: 0


« Reply #215 on: June 17, 2009, 04:10:10 16:10 »

Where can I get HI-TECH CĀ® for PIC18 MCUs v9.63PL3 ?
Logged
bunion
Hero Member
*****
Offline Offline

Posts: 701

Thank You
-Given: 660
-Receive: 4122


« Reply #216 on: June 17, 2009, 10:46:06 22:46 »

Theres an attachment 50 posts up that has the download details in it BUT
to make things easier ill attach it here Smiley

Details strictly private or be banned!

ah do you mean the actual hitech installer?

http://www.htsoft.com/downloads/getfile.php?sourcepage=demos&productid=2362

youll need to register for downloads though

bunion
« Last Edit: June 17, 2009, 10:49:15 22:49 by bunion » Logged
vanko
Newbie
*
Offline Offline

Posts: 20

Thank You
-Given: 24
-Receive: 1


« Reply #217 on: June 29, 2009, 05:44:25 05:44 »

Some of files are pwd protected.
Any help?

Thanks in advance

Regards
Logged
Memoly
Junior Member
**
Offline Offline

Posts: 49

Thank You
-Given: 44
-Receive: 39


« Reply #218 on: July 06, 2009, 12:01:15 00:01 »

Some of files are pwd protected.
Any help?

Thanks in advance

Regards

yes need password plz for HCPIC-std-9.60PL3.
Logged
bbarney
Moderator
Hero Member
*****
Offline Offline

Posts: 2430

Thank You
-Given: 405
-Receive: 545


Uhm? where did pickit put my mute button


« Reply #219 on: July 06, 2009, 02:01:10 02:01 »

Why do we bother with sticky's when people can't be bothered to even read one full page from the top where the password is TWICE
Logged

Ever wonder why Kamikaze pilot's wore helmet's ?
robban
Senior Member
****
Offline Offline

Posts: 265

Thank You
-Given: 34
-Receive: 38


Warrior


WWW
« Reply #220 on: July 07, 2009, 07:34:48 19:34 »

For all of us used to put our programs in the "Program"-folder instead of "Program Files"-folder, don't forget to open these regfiles with Yr. favourite texteditor and correct it. Btw. the HT-SOFT ARM is actually there, but so far runs only under HI-TIDE...  Wink
Logged

Code Warrior
bunion
Hero Member
*****
Offline Offline

Posts: 701

Thank You
-Given: 660
-Receive: 4122


« Reply #221 on: July 14, 2009, 05:41:18 17:41 »

Btw. the HT-SOFT ARM is actually there, but so far runs only under HI-TIDE... 

is that a restriction ?

if so i can maybe remove it

bunion
Logged
bunion
Hero Member
*****
Offline Offline

Posts: 701

Thank You
-Given: 660
-Receive: 4122


« Reply #222 on: August 30, 2009, 10:06:26 22:06 »

HI-TECH for dsPIC-PIC24 v9.60.3.Build 4951

..added to storage Smiley

bunion
Logged
bunion
Hero Member
*****
Offline Offline

Posts: 701

Thank You
-Given: 660
-Receive: 4122


« Reply #223 on: October 14, 2009, 06:50:22 06:50 »

HiTech MSP430

..added to storage Smiley

bunion
Logged
tavioman
Active Member
***
Offline Offline

Posts: 151

Thank You
-Given: 14
-Receive: 17



« Reply #224 on: October 14, 2009, 08:55:12 20:55 »

To bad that since HT have been taken over by Microchip they don't develop anymore compilersfor other MCU vendors.
Logged

- Brain juice -
Pages: 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 ... 19
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC