Hello Rob I'm sorry but I don't understand you very well If this forum is only about Jal librairies , I didn't understand very well this point. I believed that it was for all Jal subjects.
--Furthermore you seem not care to read the answers to your questions very --carefully: your follow-up is incomplete, you are not responding to (all) --questions of people who were so kind to help you (for free!). I'm sorry again but I send response to all questions, (It's my goal!) In a previous post about 18f452 eeprom you told me to use the pic_data_eeprom lib, my lib doesn't work with the 18f452, , I discovered two lib with same name but not included the same procedures.(Bert and jal0.9.0) For a newbie it is not very easy to understand quickly this. I don't want to reinvent the wheel as you said, but I like to understand were I made an error, and so, I can improve my knowledge. Thanks for reading Phil Phil Le vendredi 28 février 2014 08:33:55 UTC+1, phil heintz a écrit : > > Hello > > I'm using a 18f452 with jal 0.9.0 lib. > > Here is the config: > > > -------------------------------------------------------------------------------- > --Config 18F452 > > -------------------------------------------------------------------------------- > include 18f452 > pragma target clock 10_000_000 -- oscillator frequency > -- configuration settings (fuses) > pragma target OSC HS -- HS crystal or resonator > pragma target WDT disabled -- no watchdog > pragma target DEBUG disabled -- no debugging > pragma target LVP disabled -- no Low Voltage Programming > pragma target PWRTE enabled -- pwr-up timer on: 72ms (p197) > pragma target BROWNOUT disabled -- brown-out reset off (p197) > T0CON= 0b_0000_0111 --TMR0=OFF/ 16bit / > prescaler=1/256 debord 6,7s > INTCON= 0b_1110_1000 --enable interupt: tmr0, RB > port change > ADCON0= 0b_0000_0000 --disable ADC > ADCON1= 0b_0000_0111 --digital I/O > > include delay_any_mc > > 1) When energizing this PIC, is prgm start already at line 0, at the > beginning of the main prgm? > when powering the PIC, some lines of program are skipped I don't > understand . > > 2) When I switch off the main supply, the prgm restart at the begining > during the shut down of voltage. > brownout is disabled by config. > > Thanks a lot > Phil > > > -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/jallib. For more options, visit https://groups.google.com/groups/opt_out.
