Posted on July 30, 2014 at 14:14I am working on a project on the stm32 eval2 board that requires about 600 kB of RAM. Do I need to add external memory to the FMC bus? Or is all the memory I need already provided with the board. I do not understand...
Posted on July 28, 2014 at 13:02How do you find how much RAM you have for a board? Specifically, I am working with an stm32 eval 2 board and would like to know how much I am working with. I am sure this is very elementary and I am missing something ...
Posted on July 24, 2014 at 11:18
I am working on a project that requires at least 500 kB of memory to be used. I have an SDK with this code defining the stack and the heap and it works fine.
Stack_Size EQU 0x00004000 AREA STACK, NOINIT, READWR...
Posted on July 21, 2014 at 10:08
I am working with an STM32 eval2 board and trying to debug it. It used to work fine, and I haven´t changed anything, but for the last week or so I am always getting stuck in this loop while I am in debugger mode, ...
Posted on July 18, 2014 at 10:37I keep getting stuck in an infinite loop in this function while(!__HAL_SD_SDIO_GET_FLAG(hsd, SDIO_FLAG_RXOVERR | SDIO_FLAG_DCRCFAIL | SDIO_FLAG_DTIMEOUT | SDIO_FLAG_DBCKEND | SDIO_FLAG_STBITERR)) and I am able to look...
Posted on July 31, 2014 at 13:57 From what I am understanding from the memory map (attached), I need to add some external RAM to meet my needs because all of the memory set aside for RAM is being used.
________________
Attachments : S...
Posted on July 31, 2014 at 11:42I do not have much experience and I do not have any colleagues with embedded experience unfortunately. I have looked at the schematic and the memory map, but I am having a hard time figuring out where to initialize t...
Posted on July 29, 2014 at 10:36Sorry, I meant external RAM. So with the eval 2 board, I should have enough memory to deal with an SDK that needs 500 kB of RAM?
Posted on July 21, 2014 at 10:11Like I said I have had this problem for a week and immediately after I posted this I figured it out. I had the SD card in, and for some reason that was giving me those errors. I will leave this post in case anyone els...