Search found 89 matches

by dvcam99
Thu Nov 24, 2022 9:07 pm
Forum: Bug Reports
Topic: dsPIC30F3012 HEX Config Words missing
Replies: 5
Views: 986

Re: dsPIC30F3012 HEX Config Words missing

....additional information. Some compiler message are strange too: I:\Futaba S Bus\Futaba Sbus Expander\dsPIC30F3012 Code EEProm support>xc16-gcc -c -mcpu="30F3012" -omf=coff -funsigned-char -fno-short-double -Os -I"C:\Program Files (x86)\Flowcode\Common\Compilers\pic16\support\h" -I"C:\Program File...
by dvcam99
Thu Nov 24, 2022 8:21 pm
Forum: Bug Reports
Topic: dsPIC30F3012 HEX Config Words missing
Replies: 5
Views: 986

dsPIC30F3012 HEX Config Words missing

Hello Matrix Team, I belive I just may found a problem with the dsPIC30F3012 HEX Config Words inside FC9. Today I´ll opend a old PIC16 FC programm made under FC6 inside FC9. Compiler went through and generated the HEX file. Unfortunately inside this new HEX file 2 of 7 config words are missing. Of c...
by dvcam99
Fri Mar 18, 2022 4:21 pm
Forum: General
Topic: Modify Option register at PIC16F627A with C-Box?
Replies: 5
Views: 2024

Re: Modify Option register at PIC16F627A with C-Box?

...i mean RBPU !!!
by dvcam99
Fri Mar 18, 2022 4:21 pm
Forum: General
Topic: Modify Option register at PIC16F627A with C-Box?
Replies: 5
Views: 2024

Re: Modify Option register at PIC16F627A with C-Box?

Yes many thanks Martin,

with RPBU it is working!!! :D

BR

Dirk
by dvcam99
Fri Mar 18, 2022 12:51 pm
Forum: General
Topic: Modify Option register at PIC16F627A with C-Box?
Replies: 5
Views: 2024

Re: Modify Option register at PIC16F627A with C-Box?

Hi Martin, many thanks for the replay. Not sure if I do it right. Placing the following statment inside C-Box... OPTION_REGbits.nWPUEN = 1; ...will create the following compiler error message.... Microchip MPLAB XC8 C Compiler (PRO Mode) V1.45 Build date: Nov 15 2017 Part Support Version: 1.45 Copyr...
by dvcam99
Thu Mar 17, 2022 9:36 pm
Forum: General
Topic: Modify Option register at PIC16F627A with C-Box?
Replies: 5
Views: 2024

Modify Option register at PIC16F627A with C-Box?

Hello Matrix Team, may you can help me with the above issue. The PIC16F627A has the feature to activate the internal pulup resistors. I would like to use this feature for the complet RB-Port or may better for individual pins at the RB-Port. May somebody can help me with the necessary C-command. The ...
by dvcam99
Thu Jan 13, 2022 5:41 pm
Forum: Bug Reports
Topic: PWM component alternate port problem with PIC18F2520
Replies: 2
Views: 1395

Re: PWM component alternate port problem with PIC18F2520

Hi Ben,

many thanks!! You saved my day!!
;)

This is the solution.

BR

Dirk
by dvcam99
Thu Jan 13, 2022 4:08 pm
Forum: Bug Reports
Topic: PWM component alternate port problem with PIC18F2520
Replies: 2
Views: 1395

PWM component alternate port problem with PIC18F2520

Hello Matrix, I belive I found a Bug in the PWM component with PIC18F2520. If you assign PWM Channel-2 to the alternate port (Port B3), the hardware is not giving you the PWM signal Channel-2 Port C1 is OK Channel-1 Port C2 is OK Attached the FC file: PWM Check.fcfx Foto too: PWM Problem.jpg It woul...
by dvcam99
Fri Jan 07, 2022 11:18 am
Forum: General
Topic: Modify XC8 Compiler/Linker inside FC for Bootloader
Replies: 5
Views: 2417

Re: Modify XC8 Compiler/Linker inside FC for Bootloader

Many Thanks and Happy new year Ben

I will implement/test it into my next project.

BR

Dirk
by dvcam99
Wed Dec 29, 2021 11:15 pm
Forum: General
Topic: Modify XC8 Compiler/Linker inside FC for Bootloader
Replies: 5
Views: 2417

Re: Modify XC8 Compiler/Linker inside FC for Bootloader

Hello Matrix Team, Hello Martin, How about the ROM Default range 0-fff? Would this limit /secure the adress end range for the boot loader if I would put thatr for example to 0-EEE?? BR Dirk <build> <compiler exe="$(compilerpic)bin\xc8.exe" params="--chip=$(chipalt) "$(target).c" --MSGDISAB...