mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
docs: Makes the description for RTC fast as heap explicit
Makes it explicit that to use rtc memory fast as heap, ESP32 needs to be configured in single core mode.
This commit is contained in:
parent
02f5b9a898
commit
c79d1afb24
@ -175,9 +175,9 @@ The ``DRAM_ATTR`` attribute can be used to force constants from DROM into the :r
|
||||
|
||||
.. only:: esp32
|
||||
|
||||
RTC FAST memory can only be accessed by the PRO CPU.
|
||||
In single core mode (:ref:`CONFIG_FREERTOS_UNICORE`), remaining RTC FAST memory is be added to the heap, unless the option :ref:`CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP` is disabled. This memory can be used interchangeably with :ref:`DRAM`, but is slightly slower to access and not DMA capable.
|
||||
|
||||
In single core mode, remaining RTC FAST memory is added to the heap unless the option :ref:`CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP` is disabled. This memory can be used interchangeably with :ref:`DRAM`, but is slightly slower to access and not DMA capable.
|
||||
This option is not available in dual-core mode because on ESP32, RTC FAST memory can only be accessed by the PRO CPU.
|
||||
|
||||
.. only:: not esp32
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user