Other Parts Discussed in Thread: TMDX570LC43HDK
Hi team,
Here's an issue from the customer may need your help:
Use the development kit TMDX570LC43HDK. The previous program function makes a memory area with 8 consecutive bytes of double data (in RAM), but currently only one uinit8* pointer DataPtr points to it. The customer wanted to fetch the float by doing the following:
Double* ptodouble = (double*)(DataPTR); When executing double tmp = *ptodouble; the program jumps to b dataEntry in HL_sys_intvecs.ASM.
The customer would like to know what type of error is this and how to resolve it? Thanks.
Best Regards,
Cherry