Closed remusmp closed 7 years ago
Hello,
If you can split up your two changes into separate pull requests they will be easier to work with/merge.
Thanks.
I think the 0x700 is a leftover from someone who has customized the tool to their needs. See this issue: https://github.com/arachnidlabs/cyflash/issues/16
Cool - thanks for the information.
I'm developing on PSOC 4 and managed to get CANbus_Bootloader.c work for these devices (see below the line change). Before the compiler was throwing an error saying that it was implemented only for PSOC3/PSOC5.
I removed the arbitration id filtering with the hardcoded filter 0x700. Maybe filtering should be implemented with python-can set_filter command, which accepts a mask as an argument (not done yet but I could look into it).