Search found 19 matches

by tass
Sun Jun 29, 2008 11:02 am
Forum: Compiler
Topic: need for ORG_RESET ORG_PROGRAM usage help
Replies: 4
Views: 3897

thank you david for your reply
i will use the first solution because i have to store some data at the end of the ROM but i think that it is better to remap the interrupts the invert order because the hi ISR is critical in time so mapping it at $418 dont need another jump
by tass
Sat Jun 28, 2008 1:39 pm
Forum: Compiler
Topic: need for ORG_RESET ORG_PROGRAM usage help
Replies: 4
Views: 3897

i want do do a CAN bootloader
by tass
Sat Jun 28, 2008 9:27 am
Forum: Compiler
Topic: need for ORG_RESET ORG_PROGRAM usage help
Replies: 4
Views: 3897

need for ORG_RESET ORG_PROGRAM usage help

hi all
it ill be very helpfull if any one can post a sample code using ORG_RESET ORG_PROGRAM
VECTOR_ISR_LO and VECTOR_ISR_HI
thanks
by tass
Fri Jun 13, 2008 2:28 pm
Forum: User Modules
Topic: C guru needed
Replies: 12
Views: 11564

hi JWinters, sorry for my late answer because I am in journey abroad i have found another mistake in MACInit in ETH60J97.bas : change this: FSR0 = AddressOf(ETXSTL) POSTINC0 = Lo(RXSTART) INDF0 = Hi(RXSTART) // Write a permanant per packet control byte of $00 FSR0 = AddressOf(EWRPTL) POSTINC0 = Lo(R...
by tass
Tue Jun 03, 2008 9:58 am
Forum: User Modules
Topic: calender.bas
Replies: 1
Views: 3108

calender.bas

Hi all i have downloaded the calender.bas from the WIKI and i think that there is a mistake in this function: Public Function MonthDays(PYear As Word,PMonth As Byte) As Byte Const MonthLookup(13) As Byte = (0,31,29,31,30,31,30,31,31,30,31,30,31) MonthDays = MonthLookup(PMonth) If PMonth = 2 Then If ...
by tass
Wed May 21, 2008 12:51 pm
Forum: Modules
Topic: EDATA SFR location in device modules
Replies: 2
Views: 3260

i think it is a mistake i hope that DAVID will confim this
by tass
Wed May 21, 2008 12:42 pm
Forum: User Modules
Topic: C guru needed
Replies: 12
Views: 11564

dear JWinters,
try this ustead of using EDATA directly:
add to ETH97J60.bas this variable

Code: Select all

Public Dim EDATA_reg As Byte Absolute $0F61
and replace all ocurences of EDATA in the code by EDATA_reg
by tass
Sun May 18, 2008 12:04 pm
Forum: User Modules
Topic: C guru needed
Replies: 12
Views: 11564

hi jwinters, i have made the porting few weeks ago but i have no tested it because i have no hardware at this time so i will be very happy if you test an debug it here is wat i have do: { ***************************************************************************** * Name : ETH97J60.BAS * * Date : 0...
by tass
Thu Apr 24, 2008 6:59 am
Forum: Compiler
Topic: Swordfish compiler
Replies: 13
Views: 6405

hi all,
if you have this problem supose that your OS is vista!, so the solution is to run swordfish as administrator : right clic on swordfish icon and choose "execute as administrator" or something like this (i have the french version)
by tass
Mon Apr 07, 2008 5:49 pm
Forum: General
Topic: Good 18f97jxx developpement board
Replies: 7
Views: 5206

hi RadioT
yes i think that is the best choice ! but i have never soldered a surface mount component ! is it dificult?
merci tom
by tass
Thu Apr 03, 2008 4:10 pm
Forum: General
Topic: Good 18f97jxx developpement board
Replies: 7
Views: 5206

Good 18f97jxx developpement board

hi all
can any one give me an idea for a Good 18f97jxx MCU based developpement board?
by tass
Thu Apr 03, 2008 7:51 am
Forum: Wiki Announcements
Topic: SDFileSystem Version 4.0.9
Replies: 32
Views: 56292

it will be a good idea if you can add it as an overload sub because in the programm i am writting i will use it to copy some bytes in a specified place in RAM not in a variable or buffer
thanks!
by tass
Thu Apr 03, 2008 7:17 am
Forum: Wiki Announcements
Topic: SDFileSystem Version 4.0.9
Replies: 32
Views: 56292

hi steven, i want to suggest you a litle (insignifiant) change in your SdFile System library the initial code is: { ******************************************************************************** * Name : ReadNBytes (PUBLIC) * * Purpose : Read N bytes from file. * * : Check EOF for EOF condition * ...
by tass
Tue Apr 01, 2008 4:50 pm
Forum: Compiler
Topic: constant array
Replies: 5
Views: 3570

thanks DAVID it's OK realy there isn't a problem because a have done a mistake because i wrote in the code @MyArray() so using @MyArray whithout brackets was the solution I have used this big const array to test the porting of MPFS2.c to swordfih basic and it's works fine now , i hope that i will fi...
by tass
Tue Apr 01, 2008 11:57 am
Forum: Compiler
Topic: constant array
Replies: 5
Views: 3570

I testet it but i have the same merror message
and i cant pass my const as a param because i must access the data by calculating its position in the array witch is too long (30 Kbytes)