Windows error 0x000005B1, 1457

Detailed Error Information

INVALID_KEYBOARD_HANDLE[1]

MessageInvalid keyboard layout handle.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x800705B1.

HRESULT analysis: flags: none; facility: 0 (FACILITY_NULL); error: 1457 (more)

Questions

2votes
0answers

mspgcc-size ROM/RAM usage in percentage

With mspgcc-size I can get an output like this: text data bss dec hex 13072 236 65296 78604 1330c We know that: Flash = data + text RAM = data + bss How can I extract the size of ROM/RAM from the selected -mmcu=msp430g2553 with the toolchain? e.g. ROM: 8192 [...] read more
microcontroller
avr-gcc
toolchain

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0