• hex file too small
    I have written a program with several include files. The main program has some assembly code and for that I have used src directive. I assembled the main program which created the .src extension and...
  • hex file too small
    I have written a program with several include files. The main program has some assembly code and for that I have used src directive. I assembled the main program which created the .src extension and...
  • How to disable "is too small to hold all values of" warnings for enums in bitfields
    I use bitfields with enum classes to strongly type as much as I can. Like: enum class ShutdownMode : uint8_t { NormalOperation = 0b00, ShutdownMode = 0b01, BurstMode = 0b10, // 11 = Unimplemented...
  • How to disable "is too small to hold all values of" warnings for enums in bitfields
    I use bitfields with enum classes to strongly type as much as I can. Like: enum class ShutdownMode : uint8_t { NormalOperation = 0b00, ShutdownMode = 0b01, BurstMode = 0b10, // 11 = Unimplemented...
  • Target device missing from Options for Target -> Device
    Hi guys, I am trying to setup a project for a LPC54616J512BD100 microcontroller but the device is not listed in the Options for Target -> Device window in μ Vision. I have installed the support pack...