This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

What is the importance of RAM for a BLE Module?

Hi, I am planning to buy nRF52810.

I saw that nRF52810 has 24kB RAM and I think it should been more cause of my information of RAM. 

But I am not so knowledgeable about What is the importance of RAM for a BLE Module? 

Best regards. 

  • What is the importance of RAM for a BLE Module

    Exactly the same as the importance of RAM for any microcontroller!

    Which is pretty much the same as the importance of RAM for any computer.

    The big difference for a microcontroller is that the size of the RAM is fixed in the hardware design - so there is no way to upgrade it if you find that you need more!

    For that reason, I would strongly recommend that you do not start a design on the nRF52810!

    Open mouth

    Instead, start on the nRF52832 - which has plenty of RAM.

    Then, once you have a good grasp of how much RAM you require, you can make a well-informed judgement on whether the nRF52810 is a viable option for you ...

Related