2023-08-11 07:08 AM
Hi, I have some problem. anyone help me.
I am not expert with STM32.
I bought a STEVAL-D35R16B. it is RFID EVAULATION BOARD.
I want use it. I downloaded demo firmware files.
but I can not open it with STM32CubeIDE.
Because it is for KEIL MDK-ARM.
May I convert it to STM32CubeIDE?
please help me..
The downloaded software is following link (ST.COM)
2023-08-11 07:38 AM
Hi, perhaps an alternative is the MBED. I found a document saying that the MBED project can be imported into Keil, check if there is a way to import the Keil project into MBED.
This application note shows how to import mbedOS projects directly into uVision IDE provided by MDK.
https://www.keil.com/appnotes/files/an282.pdf
There isn't an importer specifically for a KEIL project inside STM32CubeIDE (such as with SW4STM32 or TrueSTUDIO). However, you might still be able to manually import a project by gradually moving source code from one project to the other and resolving any issues that arises.
2023-08-11 12:41 PM - edited 2023-08-14 03:28 AM
Here you can find help with porting your project to CubeIDE.
And also with creating any small test/example code to your order.
2023-08-11 12:51 PM
STEVAL-D35R16B ?? You mean STEVAL-25R3916B
Perhaps download a demo of KEIL-MDK so you can build and understand the construction of the project.
Yes, ST needs to do a better job at providing this using CubeIDE, and importing projects from Keil and IAR