IAR System Setup
Budget: $30 – $250 AUD
It is needed to create the workspace for an IAR project with the following:
- IAR Embedded Workbench for ARM latest version 9.10.2.39460 (This is the latest)
- FREERTOS - Latest version 202107.00 (This is the latest)
- CPU STM32L452CC - Using the latest HAL package
It should be an IAR compile-able empty project ready to crate tasks and run them.
As a proof of run I would like the following:
The main application should create two empty FreeRTOS tasks called "TASKA" and "TASKB" respectively.
TASKA should run for 1 second, then TASKB for 1 second, and so on forever.
The switching should be done by FREERTOS, of course.
Assume no external clock source to the CPU: The internal source clock should be used.
- IAR Embedded Workbench for ARM latest version 9.10.2.39460 (This is the latest)
- FREERTOS - Latest version 202107.00 (This is the latest)
- CPU STM32L452CC - Using the latest HAL package
It should be an IAR compile-able empty project ready to crate tasks and run them.
As a proof of run I would like the following:
The main application should create two empty FreeRTOS tasks called "TASKA" and "TASKB" respectively.
TASKA should run for 1 second, then TASKB for 1 second, and so on forever.
The switching should be done by FREERTOS, of course.
Assume no external clock source to the CPU: The internal source clock should be used.