• fcheck do not work(MDK 4.70 NAND)
    I'm using mdk 4.70, i can use finit & fformat normally, but cannot use fcheck normally. I'm sure if some configurations are nor correct.(fcheck returns 1 in any circumstance)
  • fcheck do not work(MDK 4.70 NAND)
    I'm using mdk 4.70, i can use finit & fformat normally, but cannot use fcheck normally. I'm sure if some configurations are nor correct.(fcheck returns 1 in any circumstance)
  • MDK-ARM Version 4.10 update overwrites RV31 instead of RV40
    When I run the MDK-ARM Version 4.10 update (MDK410.exe), the content in ../Keil/ARM/RV31 is overwritten. I think it should be the ../Keil/ARM/RV40. To fix this, I rename the overwritten RV31 to...
  • MDK-ARM Version 4.10 update overwrites RV31 instead of RV40
    When I run the MDK-ARM Version 4.10 update (MDK410.exe), the content in ../Keil/ARM/RV31 is overwritten. I think it should be the ../Keil/ARM/RV40. To fix this, I rename the overwritten RV31 to...
  • The code using linkage extern works in version gcc-arm-none-eabi-9-2020-q2-update, but not works in the later version
    The linkage extern is declared in the head file. It compiles well in version gcc-arm-none-eabi-9-2020-q2-update. #ifndef FLASH_H #define FLASH_H #include <stdio.h> #include "pico/stdlib.h" #include...