-
Bug
-
Resolution: Fixed
-
High
-
Code Generation Tools
-
CODEGEN-10009
-
MSP430_21.6.0.LTS
-
MSP430_21.6.1.LTS*
-
default
-
Use compiler version 20.2.x.LTS or prior, or upgrade to 21.6.1.LTS
An expression like below which performs math operations on the addresses of
variables will cause a segfault in the MSP430 code generator.
uint32_v1 = (uint32_v1 - ((uint32_t) &uint16_v1)) + ((uint32_t) &uint16_v2);