Joachim Krech

Results 21 comments of Joachim Krech

Hello, MDK 5.30 targeted for e/o April 2020 does include an export and import feature for the new CPRJ CMSIS-Build project format. The latest format specification can be found here:...

The way this works today is that there is a package index file in .Local pointing to the location of a pdsc file at the root point of an expanded...

I am unable to reproduce the problem: ``` jkrech@E123565 MINGW64 /c/tmp/test $ curl http://sadevicepacksprodus.blob.core.windows.net/pdsc/Keil.STM32F7xx_DFP.pdsc -D header % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload...

This is intentional. You can probably blame me for this bit of confusion in CMSIS-Pack specification. The necessity for the definition of variants came in after the initial version and...

Hi Chris, The Keil.com pack importer refuses to update the version of the pack due to these Schema Check Errors: NordicSemiconductor pack error(s): Pack Error(s) NordicSemiconductor.nRF_DeviceFamilyPack.pdsc Error: The 'http://www.w3.org/2001/XMLSchema:noNamespaceSchemaLocation' attribute...

CMSIS-Pack is case sensitive and all we are prescribing in the specification is that each Dvendor is responsible for the uniqueness of the Dname / Dvariant descriptions distributed by their...

Please visit https://keil.arm.com, select "Boards" from the Hardware drop down at the top of the page. Then enter the board name "MIMXRT1060-EVKB". On the page that opens you can search...

When migrating to AC6 the suggested approach is to use the startup_.c + linker script rather than assembler files. Therefore no GAS assembly syntax startup files are provided. see: https://arm-software.github.io/CMSIS_5/Core/html/startup_s_pg.html...

The `` is shipped as part of the arm GCC toolchain. E.g. `gcc\14.3.1\arm-none-eabi\include\arm_acle.h` downloaded from here: https://artifacts.tools.arm.com/arm-none-eabi-gcc/14.3.1/

Here is the reference to the toolchain versions used for testing: https://arm-software.github.io/CMSIS_6/latest/Core/index.html#tested_tools_sec Unfortunately I cannot tell you in which version arm_acle.h was introduced. According to chatGPT: For prebuilt arm-none-eabi toolchains...