Search found 35 matches

by kennethnilsen69
Wed Sep 14, 2022 11:28 am
Forum: General
Topic: Converting a program from Arduino to Flowcode help.
Replies: 17
Views: 3387

Re: Converting a program from Arduino to Flowcode help.

yes I use FC9. but I don't understand much of what you write. can you explain a little more?
by kennethnilsen69
Wed Sep 14, 2022 11:11 am
Forum: General
Topic: Converting a program from Arduino to Flowcode help.
Replies: 17
Views: 3387

Re: Converting a program from Arduino to Flowcode help.

here is my fcfx file

the point of [8] is that the variable should contain all 8 bytes so that I can send and refer to specific byte in the variable
by kennethnilsen69
Wed Sep 14, 2022 1:34 am
Forum: General
Topic: Converting a program from Arduino to Flowcode help.
Replies: 17
Views: 3387

Re: Converting a program from Arduino to Flowcode help.

I am trying to use this byte line in FC's C-Code box byte id155_init[8] = { 0xFF, 0x97, 0xD0, 0x94, 0x00, 0x08, 0x00, 0x6F }; I create an id155_init variable and write the line like this in the C-Code box: FCV_id155_init[8] = { 0xFF, 0x97, 0xD0, 0x94, 0x00, 0x08, 0x00, 0x6F }; I get this error when ...
by kennethnilsen69
Fri Aug 26, 2022 8:29 am
Forum: General
Topic: Converting a program from Arduino to Flowcode help.
Replies: 17
Views: 3387

Converting a program from Arduino to Flowcode help.

Hi, I have an Arduino program that I need to convert to Flowcode, but my knowledge of the Arduino platform is not good enough for this. Is there anyone out there who wants to take this job. I would be happy to pay you for this :-) Please send me a PM or an email to kennethnilsen69@gmail.com if you a...
by kennethnilsen69
Fri Apr 16, 2021 4:05 pm
Forum: Bug Reports
Topic: dsPIC33EP256MU806 chip truble
Replies: 11
Views: 5235

Re: dsPIC33EP256MU806 chip truble

I have updated my dsPIC33EP256MU806 project to the same bootlods and PLL that I got from Ben. my project now works fine with ECIO chip compilering but still not with dsPIC33EP256MU806 chip compilation


I think port B10 should work anyway so something is wrong.
by kennethnilsen69
Thu Apr 15, 2021 4:22 pm
Forum: Bug Reports
Topic: dsPIC33EP256MU806 chip truble
Replies: 11
Views: 5235

Re: dsPIC33EP256MU806 chip truble

I can make the same program for ECIO40P16 and then upload this file to this chip with MPLAB IPE and then B10 works properly. the problem must be in the FC9 and not on the pcb card. problems only occur when I select this chip. it works fine when I compile with ECIO but not when I use dsPIC33EP256MU80...
by kennethnilsen69
Wed Apr 14, 2021 2:51 pm
Forum: Bug Reports
Topic: dsPIC33EP256MU806 chip truble
Replies: 11
Views: 5235

Re: dsPIC33EP256MU806 chip truble

and Port B10 does not work.

maybe there are several proters that do not work that make CAN not work.

If you start by finding the error in the B10 port then you may find something more that could be the cause of several errors :-))))

will think it's easiest to start there :-)
by kennethnilsen69
Wed Apr 14, 2021 2:47 pm
Forum: Bug Reports
Topic: dsPIC33EP256MU806 chip truble
Replies: 11
Views: 5235

Re: dsPIC33EP256MU806 chip truble

baud rate is 500 as it should be :-)
by kennethnilsen69
Wed Apr 14, 2021 2:10 pm
Forum: Bug Reports
Topic: dsPIC33EP256MU806 chip truble
Replies: 11
Views: 5235

Re: dsPIC33EP256MU806 chip truble

Why are you setting C1CTRL1 and C2CTRL1 to zero? C1CTRL1 and C2CTRL1 are to make both internal CAN buses work. I got this from Ben for use in fc7 and it has worked :-) What kind of errors? just lots of unreadable error that I see in canAnaluser. Do you have anything on the bus receiving? No have not...
by kennethnilsen69
Wed Apr 14, 2021 1:26 pm
Forum: General
Topic: ECIO40P16 and dsPIC33EP256MU806 chip
Replies: 0
Views: 1858

ECIO40P16 and dsPIC33EP256MU806 chip

I have make my own pcb with the same chip as in ECIO40P16 and there are a few things I do not understand ECIO40P16 has an external crystal at 8MHz but runs at 140MHz. how is this possible? Mine only works properly if I choose 8MHz but as you know, it is much slower than 140MHz. so what is it I have ...