CAN module the options disappear

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
hiromiyureei
Posts: 30
http://meble-kuchenne.info.pl
Joined: Thu Dec 17, 2020 3:34 pm
Been thanked: 1 time

Flowcode v9 CAN module the options disappear

Post by hiromiyureei »

With the PIC32MX575F512H pics I inserted the internal CAN control but as you save and exit flowcode the options disappear,
and furthermore if I enter can1:initialize the microcontroller crashes.
How can I solve this problem
Thank you very much
I attach a demonstration video
https://www.decxa.com/lambda/video/flow ... ow9can.mp4
Attachments
flowpic.PNG
flowpic.PNG (186.56 KiB) Viewed 275 times

medelec35
Matrix Staff
Posts: 1451
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 512 times
Been thanked: 472 times

Flowcode v9 Re: CAN module the options disappear

Post by medelec35 »

Hello.
Many thanks for reporting this.
Can you try the attached component to see if it's any better for you?
Browse to this location using file explorer , it's hidden by default so just paste the link into your address bar.

Code: Select all

C:\ProgramData\MatrixTSL\FlowcodeV9\Components
Place the attached component.
If Flowcode is already open, then you will need to reload your project for the new component to work
If you run any component updates, then the component you added will be overwritten, so it will stop working again (unless an update has been pushed).
It should be noted for your target device the BUS RATE, Sample etc will not be visible if using Internal is selected, but the BUS rate configure REG etc should be.
Attachments
CAN.fcpx
(19.8 KiB) Downloaded 8 times
Martin

hiromiyureei
Posts: 30
Joined: Thu Dec 17, 2020 3:34 pm
Been thanked: 1 time

Flowcode v9 Re: CAN module the options disappear

Post by hiromiyureei »

Thanks, this morning I did the procedure and when I opened flocode an update appeared, could it already be the correction of the problem? or do I keep the file you sent me replaced?
Thank you
Attachments
cancan.PNG
cancan.PNG (24.44 KiB) Viewed 251 times

hiromiyureei
Posts: 30
Joined: Thu Dec 17, 2020 3:34 pm
Been thanked: 1 time

Re: CAN module the options disappear

Post by hiromiyureei »

Good morning, I tried to do the procedure but the baud rate configuration options etc are no longer there, but if I update they reappear but with the usual problem.
I attach a video of the procedure
https://www.decxa.com/lambda/video/flow ... w9can1.mp4

Thank you

hiromiyureei
Posts: 30
Joined: Thu Dec 17, 2020 3:34 pm
Been thanked: 1 time

Flowcode v9 Re: CAN module the options disappear

Post by hiromiyureei »

Good morning, I'm doing a project with canbus, when I insert can initialise the microcontroller freezes, but if I insert the parameters I put in mplab it works but not correctly,
in mplab however it works well, this is just an example of a larger project but with flowcode I can't configure the canbus. I attach the example project.
Thank you
Attachments
cantest.PNG
cantest.PNG (52.4 KiB) Viewed 250 times
cantemp575.fcfx
(16.69 KiB) Downloaded 17 times

Post Reply