Search found 89 matches

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

Re: Modify XC8 Compiler/Linker inside FC for Bootloader

Hello Martin, many thanks for the reply. If have checked the solution from Ben. Yes if I understood right the modification would shift my applikation programm to a higher adress making space for the bootloader at the beginning. The good thing with AN1310 is that the bootloader sits at the end of the...
by dvcam99
Wed Dec 29, 2021 4:29 pm
Forum: General
Topic: Modify XC8 Compiler/Linker inside FC for Bootloader
Replies: 5
Views: 2406

Modify XC8 Compiler/Linker inside FC for Bootloader

Hello together, I´m just doing some experimental work with the Microchip Bootloader discribed in AN1310 documentation. https://ww1.microchip.com/downloads/en/AppNotes/01310a.pdf The bootloader works very well with some of my programs. But some programs occupy the memory space that is needed for the ...
by dvcam99
Thu Dec 09, 2021 2:07 pm
Forum: General
Topic: Adding Byte values inside a ARRAY
Replies: 2
Views: 1378

Re: Adding Byte values inside a ARRAY

Super Stefan!!

Works great!!

Many Thnaks
Dirk
by dvcam99
Thu Dec 09, 2021 10:28 am
Forum: General
Topic: Adding Byte values inside a ARRAY
Replies: 2
Views: 1378

Adding Byte values inside a ARRAY

Hello together, may someone can help me. I would like to sum all byte values inside a string or byte array. Ok I can do this byte to byte. Example Byte String/ARRAY: Test_byte[5] sum_byte_int = Test_byte[0] + Test_byte[1] + Test_byte[2]......and so on!! But I´m looking for a more elegant way to do i...
by dvcam99
Thu Apr 15, 2021 9:28 am
Forum: General
Topic: LUT inside APP Developer???
Replies: 2
Views: 1582

Re: LUT inside APP Developer???

Hi Ben,

many thanks for your support!!

BR

Dirk
by dvcam99
Wed Apr 14, 2021 10:52 pm
Forum: General
Topic: LUT inside APP Developer???
Replies: 2
Views: 1582

LUT inside APP Developer???

Hello Matrix Team, I want to import a FC Macro that was originally made from my PIC8 projects in APP Developer. This macro is using two look up tabels in the PIC world. In general the import works fine in the new APP Developer project. Except I don not see the possibility to create a look up table i...
by dvcam99
Thu Mar 18, 2021 1:25 pm
Forum: General
Topic: ESP 32 Toolchain problem
Replies: 56
Views: 25596

Re: ESP 32 Toolchain problem

...may this picture helps!
ESP32_com_port_FC.png
ESP32_com_port_FC.png (118.79 KiB) Viewed 3455 times
BR

Dirk
by dvcam99
Thu Mar 18, 2021 12:02 pm
Forum: General
Topic: ESP 32 Toolchain problem
Replies: 56
Views: 25596

Re: ESP 32 Toolchain problem

Hello Felix first I would suggest to just compile your programm just as a HEX file. If this compiles OK the main part of the toolchain seems to be OK. If not different story. Secod step compile and prog/flas your ESP32 device. With my ESP32 WROOM device wich I bought from AZ Delivery there is no nee...
by dvcam99
Mon Mar 15, 2021 8:35 pm
Forum: Feature Requests
Topic: ESP32 Flash EEprom
Replies: 0
Views: 1803

ESP32 Flash EEprom

Hello Matrix Team,

having a Flash EEprom at the ESP32 would be very bice sind this device has no internal EE-Prom.

BR

Dirk
by dvcam99
Mon Mar 15, 2021 4:47 pm
Forum: Bug Reports
Topic: ESP32 and servo controller/ ninja failed with exit code 1
Replies: 18
Views: 9470

Re: ESP32 and servo controller/ ninja failed with exit code 1

Hello Ben,

Hello Matrix Team,

with the latest FC9 Update from today it now compiles with more then 2 servos assigned in the controller.

The C-code for different frame rates compiles OK too.

Many thanks!!

Dirk