RAM usage: bytes vs long on STM32

ksashtekar wrote on Saturday, November 10, 2012:

AFIAK, on STM32 all sizes are the same as you would expect on any 32 bit processor. chars are 1 byte, ints and longs are 4 bytes.

Also you have not mentioned what crash are you seeing. Stack overflow, heap overflow or some other ?

- Kaustubh