• Update for ODROID N2+ R40 user space binary driver?
    Will the ODROID N2+ user space drivers be refreshed in the near future? Or is R40 the final release? I noticed the kernel drivers are up to R42. FWIW, the R40 Vulkan drivers work well on Linux and...
  • How to update variable's value simultaneously on Keil u4 ?
    Hi all, I am using ADC on my project so want to observe adc value simultaneously in real-time.When i stopped the execution i can see the value in watch window but i have to run and stop everytime...
  • How to update variable's value simultaneously on Keil u4 ?
    Hi all, I am using ADC on my project so want to observe adc value simultaneously in real-time.When i stopped the execution i can see the value in watch window but i have to run and stop everytime...
  • Local variables (even if designated as xdata) are in code space
    Example: void kfunc(unsigned char * m) { unsigned char xdata * k; REG = *k; } If I hover over k, UVision says k = C:0x0000. If I define k as a global no such issues. Am I missing something...
  • Local variables (even if designated as xdata) are in code space
    Example: void kfunc(unsigned char * m) { unsigned char xdata * k; REG = *k; } If I hover over k, UVision says k = C:0x0000. If I define k as a global no such issues. Am I missing something...