This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi all,
I'm using CC3220SF controller along with sensors but require >= 1MB of SRAM for my application. Could you please suggest a product which has similar FreeRTOS and AWS support (for OTA), WiFi provisioning support and also similar pin configuration and packaging.
Hi,
At present time TI does not have exact product according your requirements.
You have options:
btw ... are you really sure that you need such space of RAM. Many memory saving can be achieved by proper code design. Even many of high performance MCUs does not commonly such size of RAM.
Jan
Hi Jan,
Thanks for pointing out the different options, out of them,
Hi,
CC3551E is at preview state, for more details you need to ask TI via link at product page. But if you need 1MB of RAM for data, it is likely that CC3551 is not option for you. Because at CC3551 you need to run TCP/IP stack and TLS stack at your main MCU, which will consumption not a small piece of RAM.
There are very few MCUs at market with 1MB RAM and more (is we not count flashless MCUs like a i.MX RT). If application need bigger RAM that are commonly used MCU with external RAM or MPUs. You will be very surprised how many embedded programmers is unable to properly manage RAM (like storing data in RAM as string, not properly aligning variables structures, etc.). Into 128kB RAM you can fit 32k of float samples what is not a small quantity as buffer.
If you need big and fast RAM you have not much options. One option is to select high performance MCU and connect to them external DRAM using parallel bus. And WiFi connectivity you can done via external CC31xx or CC33xx devices. Other option can use usage of MPU which will allow even higher performance but design complexity is higher.
Jan
Hi Vaishnavi, Jan,
CC3551 does have feature to use external PSRAM. Will this help with your memory requirements?
Hi,
Does this PSAM can be mapped into address space of MCU? It is supported OctoSPI or HyperBus?
Jan