George Beckstein
George Beckstein
Still seeing this as of today... As mentioned above, the only way to completely remove the cmsis packs requirement is to delete the line from the setup.py script and install...
> Hey @AGlass0fMilk do you have problem with dependencies for CMSIS-PACK or dependencies are fine but still the build fails? If the second option how much RAM do you have...
Still an issue as of 2/22/2022
Would also be cool to possibly integrate erpcsniffer into the extension somehow...
Just found this while searching for in stock TCAN4550 parts... I have modified the TI driver to support multiple TCAN instances and there's an implementation for Mbed-OS you can reference...
@LDong-Arm @boraozgen
Updated the comments to recommend use of the [`FlashSimBlockDevice`](https://github.com/ARMmbed/mbed-os/blob/64a34193b126aed25497021b7617f9dadf7ae7a8/storage/blockdevice/include/blockdevice/FlashSimBlockDevice.h) to ensure a known erase value and enable compatibility with MCUboot. See ARMmbed/mbed-os#15071
Unfortunately I no longer contribute to Mbed-OS, so someone else will have to push this along.
Hi @caco3, I had similar requirements for my mcuboot-based bootloaders. There is a relatively new feature called `data sharing` (same feature @d3zd3z mentioned above that is used for TF-M measured...
@d3zd3z Another thought that comes to mind: MCUboot should have the version in a `#define` somewhere. I can't find a place where the MCUboot version is available in code.