hello,
I have a question when I was running the the platform_test_evmc6678l project provided by the TI's MCSDK , there are some functions like
p_device = platform_device_open(PLATFORM_DEVID_NORN25Q128, 0);
however,when I open the declaraion of platform_device_open(), there are only a brief description about this function in file platform.h, I can't see how it works ,I mean there is no definition about it . Can I find its definition in somewhere else ?
Still, I don't understand why PLATFORM_DEVID_NORN25Q128 is defined 0xBB18 in platform.h , while PLATFORM_DEVID_NAND512R3A2D is 0x2036 ? Is there any rule when define those deviceid?
thanks a lot,
Philly