We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all,
We are planning to migrate from MCUXpresso to Keil MDK. Our project is based on IMX RT1010 (or 1015) , which is an ARM M7 architecture. I am using MDK5 community license to get familiarized with IDE.
The reason for transition from MCUXpresso to keil is RTX and middleware included in MDK 6 essential edition.
I am trying to find an example of RTX project. I found some starting points in https://arm-software.github.io/CMSIS_5/RTOS/html/exampleRTX_Tutorial.html
I tried to get the below examples working in my setup (CMSIS_RTOS2_Tutorial (V2.1) & (V1.1.0))
When i copy this project to uVison, i get the following error.
I guess the example is made at a lower version than what is installed.
Below are the installed versions of Keil
IDE-Version:µVision V5.40.0.0Copyright (C) 2024 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information:Syam KrishnanCradlewiseUser-based license: Keil MDK Community (non-commercial free of charge)Valid until: Jun 1 2033. Cached until: Jul 16 2024
Tool Version Numbers:Toolchain: Keil MDK Community (non-commercial free of charge Version: 5.40.0.3Toolchain Path: C:\Users\syam\AppData\Local\Keil_v5\ARM\ARMCLANG\bin\C Compiler: ArmClang.exe V6.22Assembler: Armasm.exe V6.22Linker/Locator: ArmLink.exe V6.22Library Manager: ArmAr.exe V6.22Hex Converter: FromElf.exe V6.22CPU DLL: SARMCM3.DLL V5.40.0.3Dialog DLL: DARMSTM.DLL V1.69.1.0Target DLL: UL2CM3.DLL V1.164.11.0Dialog DLL: TCM.DLL V1.56.4.0
Can anyone help me out here ?
TIA