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.

System_printf doesn't print number

Other Parts Discussed in Thread: 66AK2H06

I tried search your E2E and did not find direct answer.

System_printf("keystone_mmap() for phys addr = 0x%016llX, size = %08X\n", (unsigned long long)MMAP_TEST_PHYS_BASE, MMAP_TEST_BUFFER_SIZE);

will print

keystone_mmap() for phys addr = 0x               lX, size =        X

I even tried

System_printf("keystone_mmap() for phys addr = 0x%, size = %08X\n", 0x80000000, 0x100);

Still print the same as above in the console.

Please help to solve the problem.

I am using  Version: 6.1.3.00033 for 66AK2H06 development.

Thank you very much,