Skip to main content
lucobos
Associate
February 24, 2021
Solved

X-Cube-SMBUS middleware

  • February 24, 2021
  • 2 replies
  • 1152 views

Hi,

I have downloaded the en.x-cube-smbus.zip package.

How can I added it to the stm32CubeIde as a middleware?

I have unzipped the file and moved the folder into STM32Cube/Repository/STM32Cube_FW_F3_V1.11.2/Middlewares but it is not seen by the stm32CubeIde application.

Thanks.

Pedro.

This topic has been closed for replies.
Best answer by Cartu38 OpenDev

Unfortunately such pack doesn't appear like a "pack". Such material is lacking .pdsc file (required to index pack content) at root means most probably not automation supported yet with (Help > Manage Embedded SW packages).

Consider it taking benefit of examples ("Projects" folder) and rely on copy / paste to add value to your own application.

By the way I would not recommend to "merge" such pack material with another delivery like F3 FW one or any other.

2 replies

Cartu38 OpenDev
Cartu38 OpenDevBest answer
Graduate II
February 24, 2021

Unfortunately such pack doesn't appear like a "pack". Such material is lacking .pdsc file (required to index pack content) at root means most probably not automation supported yet with (Help > Manage Embedded SW packages).

Consider it taking benefit of examples ("Projects" folder) and rely on copy / paste to add value to your own application.

By the way I would not recommend to "merge" such pack material with another delivery like F3 FW one or any other.

lucobos
lucobosAuthor
Associate
February 24, 2021

Thank you very much for your fast answer.

I will add the .c and .h files to my project core src and inc folders then.