• Strange timing behavior in my code
    I write two codes for generating greq at PA0-Pa7: Diff in code 1 & code 2 is that only BSSR register is moved to define macro. code1 #define WRITE_TFT_DATA_PINS(VALUE) { \ GPIOA->BSRRL = (uint16_t...
  • Strange timing behavior in my code
    I write two codes for generating greq at PA0-Pa7: Diff in code 1 & code 2 is that only BSSR register is moved to define macro. code1 #define WRITE_TFT_DATA_PINS(VALUE) { \ GPIOA->BSRRL = (uint16_t...
  • GNU Linker strange behavior!
    Hi guys, This is my first comment so, if I'm doing something wrong please point me in the right direction! Well, I'm currently working on a project using Nordic's Dev Kit PCA10040 which has an nRF52832...
  • GNU Linker strange behavior!
    Hi guys, This is my first comment so, if I'm doing something wrong please point me in the right direction! Well, I'm currently working on a project using Nordic's Dev Kit PCA10040 which has an nRF52832...
  • Strange RTX behavior with bootloader
    Hi dear ARM fellows, Firstly, let me introduce the context. I am developping a RTX/RL software for a custom board based on a LPC2388 µC. I was using an old version of MDK-ARM and RL-ARM to develop...