This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

does board need more static ram

Hello All,

Does the Boards have an onboard static RAM ?
If NOT then how can the processor make any CALL,PUSH or service INTERRUPTs ?
Now a days i do not see any STATIC RAM chip on the boards.(Is it built into any kind of chipset)
What is going on,i do not understand how a processor can work without STATIC RAM ?

And i assume that now boards have started using serial SPI FLASH chips for stuff instead of parallel one.
Does it mean that processor has special circuitry inbuilt to read and execute in place (XIP) from serial FLASH chips.

Where to get complete standard specification for the boards,if i want to program the memory chip with my own OS.

Parents
  • Does the Boards have an onboard static RAM ?

    all I know of do; however, as the amount of RAM internal to the uC chip is increasing, more and more (for ARM all demo/eval boards I know of) get by with the RAM internal to the uC chip. just as an example the board I am currently using the FDDM-KL25Z is using a chip with 128 KB flash and 16 KB SRAM

    Erik

Reply
  • Does the Boards have an onboard static RAM ?

    all I know of do; however, as the amount of RAM internal to the uC chip is increasing, more and more (for ARM all demo/eval boards I know of) get by with the RAM internal to the uC chip. just as an example the board I am currently using the FDDM-KL25Z is using a chip with 128 KB flash and 16 KB SRAM

    Erik

Children