Page 1 of 1

CAN module the options disappear

Posted: Wed Mar 27, 2024 7:47 am
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

Re: CAN module the options disappear

Posted: Wed Mar 27, 2024 10:11 am
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.

Re: CAN module the options disappear

Posted: Thu Mar 28, 2024 7:18 am
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

Re: CAN module the options disappear

Posted: Thu Mar 28, 2024 7:35 am
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

Re: CAN module the options disappear

Posted: Thu Mar 28, 2024 7:54 am
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