Skip to main content
RAltm
Senior
February 21, 2020
Solved

STM32CubeIDE, FreeRTOS, L082 device: CMSIS-RTOS v2 disabled?

  • February 21, 2020
  • 2 replies
  • 1177 views

Hi,

I wanted to start learning FreeRTOS. I'm working with a L082 device, using CubeIDE. In the config file, I only can select CMSIS-RTOS v1 interface, v2 is disabled. But there's no explanation why.

So, I don't know if the device is unsupported by v2 or if there's something missing. I assume I can get it to work with v1, but...

Regards

This topic has been closed for replies.
Best answer by KnarfB

> So, I don't know if the device is unsupported by v2 or if there's something missing. I assume I can get it to work with v1, but...

When you hoover the mouse over CMSIS_V2 is lists the supported series. L0 is not among them.

2 replies

KnarfB
KnarfBAnswer
Super User
February 23, 2020

> So, I don't know if the device is unsupported by v2 or if there's something missing. I assume I can get it to work with v1, but...

When you hoover the mouse over CMSIS_V2 is lists the supported series. L0 is not among them.

RAltm
RAltmAuthor
Senior
February 24, 2020

Ah, okay. Thank you. Sometimes it's not clear if an option is disabled because of missing settings or because the device doesn't support it. Now it's clear.

Regards