• online test of register RAM and Flash?
    Hi ARM, How to test registers,Flash and RAM during running ? Cortex-M4? Do you have related library to support this kind of problem? Thank
  • online test of register RAM and Flash?
    Hi ARM, How to test registers,Flash and RAM during running ? Cortex-M4? Do you have related library to support this kind of problem? Thank
  • 双口ram读数据的速度太慢
    系统结构与功能:        lpc3131外接8k*8双口ram与8G Flash,从双口ram读取数据(来自 FPGA ),并存至Flash中。 问题:        丢数据,系统速度远低于ram的读速与Flash的写速度。   双口ram读数据直接采用指针,如下:         for(i=0;i<tmp;i++)       {         nandflash.databuf[nandflash...
  • 双口ram读数据的速度太慢
    系统结构与功能:        lpc3131外接8k*8双口ram与8G Flash,从双口ram读取数据(来自 FPGA ),并存至Flash中。 问题:        丢数据,系统速度远低于ram的读速与Flash的写速度。   双口ram读数据直接采用指针,如下:         for(i=0;i<tmp;i++)       {         nandflash.databuf[nandflash...
  • Keil MDK下载设置RAM for Algorithm的大小
    STM32G0工程Keil MDK下载设置里面的RAM for Algorithm是0x1000,大小是4K RAM for Algorithm跟烧录算法文件的大小有关,编译了G0的FLM工程,编译信息如下: Program Size: Code=480 RO-data=4256 RW-data=24 ZI-data=0 这个代码大小已经超过了4K,但是工程是可以下载烧录的,不明白这其中的设置规则...