请问:
MSP430F5438A中,如何定义一个指针,指向0x10000地址。
现象:
unsigned char* p = (unsigned char*)0x10000;
提示: conversion from integer to smaller pointer
十分感谢。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
请问:
MSP430F5438A中,如何定义一个指针,指向0x10000地址。
现象:
unsigned char* p = (unsigned char*)0x10000;
提示: conversion from integer to smaller pointer
十分感谢。