Searched full:spiram (Results 1 – 14 of 14) sorted by relevance
2 description: Application to test memory allocation from SPIRAM5 sample.board.esp32.spiram:12 - "SPIRAM mem test pass"
1 .. zephyr:code-sample:: esp32-spiram2 :name: SPIRAM4 Allocate memory from SPIRAM.9 This sample shows how to allocate memory from SPIRAM by using51 SPIRAM mem test pass
19 printk("SPIRAM mem test failed\n"); in main()21 printk("SPIRAM mem test pass\n"); in main()
27 int "Size of SPIRAM heap"31 Specify size of SPIRAM heap.71 int "Size of SPIRAM part"76 Specify size of SPIRAM part.77 NOTE: If SPIRAM size is greater than 4MB, only148 Enable MSPI Error-Correcting Code function when accessing SPIRAM.236 value to the GPIO number of the SPIRAM WP pin.
62 rsource "Kconfig.spiram"
8 - spiram
90 * If we need use SPIRAM, we should use data cache, or if we want to in __esp_platform_start()94 * Enable data cache, so if we don't use SPIRAM, it just works. in __esp_platform_start()
1006 "External SPIRAM overflowed.")
207 TC_ERROR("SPIRAM allocation has failed\n"); in psram_init()263 zassert_equal(true, coex_result.psram_ok, "SPIRAM integrity test failed"); in ZTEST()
63 bool "Allocate memory of WiFi and NET in SPIRAM"66 Allocate memory of WiFi and NET stack in SPIRAM, increasing available RAM memory space338 bool "Wifi adapter use SPIRAM heap"
109 /* If we need use SPIRAM, we should use data cache. in __esp_platform_start()
913 /* --- START OF SPIRAM --- */959 /* --- END OF SPIRAM --- */1014 "External SPIRAM overflowed.")
715 /* --- SPIRAM BEGIN --- */746 /* --- SPIRAM END --- */927 "External SPIRAM overflowed.")
385 * 80MHz SPIRAM uses SPI2/SPI3 as well; it's initialized before this is called. Because it in esp32_clock_perip_init()