• testing Neon vectors equality
    Hi, I'm new to neon programming, so perhaps my question will appear stupid, but i'm looking for a method to compare the equality of 2 128 bits registers (8*16), or at least to test the equality of one...
  • testing Neon vectors equality
    Hi, I'm new to neon programming, so perhaps my question will appear stupid, but i'm looking for a method to compare the equality of 2 128 bits registers (8*16), or at least to test the equality of one...
  • os_initialized has already equaled to 1
    hi, in rt_CMSIS.c, os_initialized is defined in it uint8_t os_initialized; // Kernel Initialized flag when exectures osKernelInitialize(), this function called svcKernelInitialize(), the os_initialized...
  • os_initialized has already equaled to 1
    hi, in rt_CMSIS.c, os_initialized is defined in it uint8_t os_initialized; // Kernel Initialized flag when exectures osKernelInitialize(), this function called svcKernelInitialize(), the os_initialized...
  • Why is simulator not equal to real life hardware?
    I'm new to embeded C. I've got a Phytec Philips C552 chip and connected a LCD to it. I've made a simple prg to display char or string. Char works perfectly string brings only garbage. When I run the prg...