How to compile EFM8BB50 microcontroller using Keil uVision

I have installed SiC8051F_uVision, but the EFM8BB50 series microcontroller is not listed in Silicon Labs' database. How can I compile EFM8BB50 with Keil? If I have all the header files for this microcontroller, can I create a database for it and compile it myself?

Parents
  • Thank you very much. I successfully created the EFM8BB50 data using this method. I modified the CPU, XRAM, and IROM according to the datasheet. However, I didn't modify MON and SIM because the DLL files couldn't be edited. I'm not sure if these two files will have any impact, but currently, the compilation was successful and the HEX file was generated successfully. The EFM8BB50 header file comes from Simplicity Studio V5 software.

Reply
  • Thank you very much. I successfully created the EFM8BB50 data using this method. I modified the CPU, XRAM, and IROM according to the datasheet. However, I didn't modify MON and SIM because the DLL files couldn't be edited. I'm not sure if these two files will have any impact, but currently, the compilation was successful and the HEX file was generated successfully. The EFM8BB50 header file comes from Simplicity Studio V5 software.

Children