Search found 24 matches

by danilof
Thu Jul 05, 2018 11:01 pm
Forum: Flowcode V7
Topic: One-wire
Replies: 9
Views: 7400

One-wire

I am looking to work with the DS1990a device but looking the 1-wire device present on the flow-code I see that there is a component developed for DS 1820. Is there a one-wire component to work with DS1990?
by danilof
Mon Nov 06, 2017 5:41 pm
Forum: 8-Bit PIC
Topic: PIC16F18345 EEPROM Compiler problem founded
Replies: 30
Views: 15411

Re: PIC16F18345 EEPROM Compiler problem founded

Dear Benj,

Now it works. Many Thanks!!!

Question: I know that on FC6 the view asm exist, but on FC 7 it isn´t. Is it possible to have on FC7 the .asm? it will be very helpfull for debugging.

Brgds,
by danilof
Mon Nov 06, 2017 2:41 pm
Forum: 8-Bit PIC
Topic: PIC16F18345 EEPROM Compiler problem founded
Replies: 30
Views: 15411

Re: PIC16F18345 EEPROM Compiler problem founded

Martin,

Many thanks. Perhaps Benj could give me some help. I have sent a message to him.

Thanks a lot.
by danilof
Sat Nov 04, 2017 7:00 pm
Forum: 8-Bit PIC
Topic: PIC16F18345 EEPROM Compiler problem founded
Replies: 30
Views: 15411

Re: PIC16F18345 EEPROM Compiler problem founded

For correct analysis use the attached files. Disregard the other files in the analysis. They had setup errors, but the problem remains the same.
by danilof
Sat Nov 04, 2017 5:43 pm
Forum: 8-Bit PIC
Topic: PIC16F18345 EEPROM Compiler problem founded
Replies: 30
Views: 15411

Re: PIC16F18345 EEPROM Compiler problem founded

Martin,
Note 1: It was tested not in just one PIC device, and also in different address.

Note 2: Could you send me a C Code write operation for the PIC16F18345 EEPROM? I will try it insteady of use the EEPROM Component software device.

Brgds,


Danilo Ferraz
by danilof
Sat Nov 04, 2017 5:15 pm
Forum: 8-Bit PIC
Topic: PIC16F18345 EEPROM Compiler problem founded
Replies: 30
Views: 15411

Re: PIC16F18345 EEPROM Compiler problem founded

Martin, I have done a change on the program to try to see if works as attached, and it results: l1983: movlw 020h movlb 0 ; select bank0 movwf (FCD_06651_eeprom1__Write@FCL_ADDRESS) movlw 070h movwf ((FCD_06651_eeprom1__Write@FCL_ADDRESS))+1 movlw 0B5h movwf (FCD_06651_eeprom1__Write@FCL_VALUE) movl...
by danilof
Sat Nov 04, 2017 4:24 pm
Forum: 8-Bit PIC
Topic: PIC16F18345 EEPROM Compiler problem founded
Replies: 30
Views: 15411

Re: PIC16F18345 EEPROM Compiler problem founded

Hi martin, Looking the .as file I could see the following: l1983: movlw 020h movlb 0 ; select bank0 movwf (FCD_06651_eeprom1__Write@FCL_ADDRESS) movlw 0 movwf ((FCD_06651_eeprom1__Write@FCL_ADDRESS))+1 movlw 0A5h movwf (FCD_06651_eeprom1__Write@FCL_VALUE) movlw 0 movwf ((FCD_06651_eeprom1__Write@FCL...
by danilof
Sat Nov 04, 2017 4:17 am
Forum: 8-Bit PIC
Topic: PIC16F18345 EEPROM Compiler problem founded
Replies: 30
Views: 15411

Re: PIC16F18345 EEPROM Compiler problem founded

Martin,

I suspect that the write routine on PIC16f18345 to write the EEPROM is not addressing (address + 7000h). Unfortunately in FC7 does not show the ASM generated by the compiller.
by danilof
Fri Nov 03, 2017 3:36 pm
Forum: 8-Bit PIC
Topic: PIC16F18345 EEPROM Compiler problem founded
Replies: 30
Views: 15411

Re: PIC16F18345 EEPROM Compiler problem founded

Martin, please could you help me on it? What could be the fault? Another question, on FC7 the "View ASM" is not more available?
by danilof
Thu Nov 02, 2017 8:53 pm
Forum: 8-Bit PIC
Topic: PIC16F18345 EEPROM Compiler problem founded
Replies: 30
Views: 15411

Re: PIC16F18345 EEPROM Compiler problem founded

Martin, I have dne the same test using PI16F1829 and works. It means write on the EEPROM such as Intial values as also write on the Address I place on the EEPROM macro. I believe there are some problem on the EEPROM macro. Both write Initial values but only the 16F1835 do not write on the Specifi ad...
by danilof
Thu Nov 02, 2017 1:23 pm
Forum: 8-Bit PIC
Topic: PIC16F18345 EEPROM Compiler problem founded
Replies: 30
Views: 15411

Re: PIC16F18345 EEPROM Compiler problem founded

Attached the EEPROM RESULT. See that the Initial valueas are present "Blockline V.1" but the AA on the address oxFE is not present.
by danilof
Thu Nov 02, 2017 1:02 pm
Forum: 8-Bit PIC
Topic: PIC16F18345 EEPROM Compiler problem founded
Replies: 30
Views: 15411

Re: PIC16F18345 EEPROM Compiler problem founded

Dear Martin, attached the result showing the Flow code simulation result and the real read operation on the EEprom. It shows that on the simulation AA, that is ok and when reading the PICF18345 EEMEM it is FF instead AA on 0xFE Address. It showuld be AA and is FF. Could it be the Macro EEPROM not wo...
by danilof
Wed Nov 01, 2017 6:34 pm
Forum: 8-Bit PIC
Topic: PIC16F18345 EEPROM Compiler problem founded
Replies: 30
Views: 15411

Re: PIC16F18345 EEPROM Compiler problem founded

It write 00,01,02,03,41,62,48,65,6C,6C,6F,FF,FF,FF,FF,0B . . . . A b H e l l o . . . . .. but not using the EEPROM macro instruction.
by danilof
Wed Nov 01, 2017 5:33 pm
Forum: 8-Bit PIC
Topic: PIC16F18345 EEPROM Compiler problem founded
Replies: 30
Views: 15411

Re: PIC16F18345 EEPROM Compiler problem founded

Martin, I can write using the simulation of the flowcode, but when I program the chip it is not writing. Is there anything wrong on the configuration or on the program?
by danilof
Wed Nov 01, 2017 5:13 pm
Forum: 8-Bit PIC
Topic: PIC16F18345 EEPROM Compiler problem founded
Replies: 30
Views: 15411

Re: PIC16F18345 EEPROM Compiler problem founded

Thanks again, Now I understood why it write 00,01,02,03,41,62,48,65,6C,6C,6F,FF,FF,FF,FF,0B . . . . A b H e l l o . . . . ..

But why I am not being succesfully to write on the EEMEM?
by danilof
Wed Nov 01, 2017 5:11 pm
Forum: 8-Bit PIC
Topic: PIC16F18345 EEPROM Compiler problem founded
Replies: 30
Views: 15411

Re: PIC16F18345 EEPROM Compiler problem founded

Another interesting thing is why it write on the memory the following: 00,01,02,03,41,62,48,65,6C,6C,6F,FF,FF,FF,FF,0B . . . . A b H e l l o . . . . .. I see that it happen on the start of running without call the EEMEM Function.
by danilof
Wed Nov 01, 2017 2:49 pm
Forum: 8-Bit PIC
Topic: PIC16F18345 EEPROM Compiler problem founded
Replies: 30
Views: 15411

Re: PIC16F18345 EEPROM Compiler problem founded

Thanks your help. Now I have the following problem: It works fine on the Flowcode simulation, read and write on the EEprom, but when I place it to works, programming the PIC, it not write on the EEprom. Also reading the eeprom it show me on the first EEmem addresss the following: 00,01,02,03,41,62,4...
by danilof
Wed Oct 04, 2017 11:14 pm
Forum: 8-Bit PIC
Topic: PIC16F18345 EEPROM Compiler problem founded
Replies: 30
Views: 15411

Re: PIC16F18345 EEPROM Compiler problem founded

Dear Martin, Now is working. Many Thanks.
by danilof
Wed Oct 04, 2017 6:11 pm
Forum: 8-Bit PIC
Topic: PIC16F18345 EEPROM Compiler problem founded
Replies: 30
Views: 15411

Re: PIC16F18345 EEPROM Compiler problem founded

Dear Martin, see the attached file as requested. I did not understand why it is happening either. Another interesting thing, Today when I started the FC7 it showed me again as the first time, requesting again 30 days trial period.
by danilof
Wed Oct 04, 2017 12:47 am
Forum: 8-Bit PIC
Topic: PIC16F18345 EEPROM Compiler problem founded
Replies: 30
Views: 15411

Re: PIC16F18345 EEPROM Compiler problem founded

Dear Martin, yes, I did a reload, a restart on the computer after done the over right the files, but the problem still the same.
by danilof
Tue Oct 03, 2017 9:20 pm
Forum: 8-Bit PIC
Topic: PIC16F18345 EEPROM Compiler problem founded
Replies: 30
Views: 15411

Re: PIC16F18345 EEPROM Compiler problem founded

Dear Benj, Thanks your help. I have download the zip file and restarted the Flowcode 7 and the problem still the same. Could you please look it for me? It happen in Read and also write function of EEPROM. 52: EECON1bits.EEPGD = 0; ^ (255) not a member of the struct/union "" ^ (182) illegal conversio...
by danilof
Tue Oct 03, 2017 3:04 am
Forum: 8-Bit PIC
Topic: PIC16F18345 EEPROM Compiler problem founded
Replies: 30
Views: 15411

PIC16F18345 EEPROM Compiler problem founded

I am user of V6 FlowCode and doing test before purchase the FlowCode 7. Using the PIC PIC16F18345 it is giving me error on EEPROM compilation. The error is as following: PIC16F18345 C:\Program Files (x86)\Flowcode 7\CAL\PIC\PIC_CAL_EEPROM.c: FC_CAL_EE_Read() 52: EECON1bits.EEPGD = 0; ^ (255) not a m...
by danilof
Tue Oct 03, 2017 2:49 am
Forum: Flowcode V6
Topic: Generic LCD and Generic USB LCD
Replies: 2
Views: 4047

Re: Generic LCD and Generic USB LCD

Many Thank Benj.
by danilof
Wed Feb 24, 2016 9:09 pm
Forum: Flowcode V6
Topic: Generic LCD and Generic USB LCD
Replies: 2
Views: 4047

Generic LCD and Generic USB LCD

My Output components did not have the Generic LCD and Generic USB LCD components. Version V6.1.3.2 Registered to BLOCKLINEBRASIL.