Not yet. I did not have time for it yet. I want to wait for the actual production samples to arrive, so I can test with something that should be valid for a longer time.
ESP32-S3 (Beta2) MARLIN_9_1B on ESP32-S3-Addax-1 V1.0 Specs & Datasheet
- Vader_Mester
- Posts: 300
- Joined: Tue Dec 05, 2017 8:28 pm
- Location: Hungary
- Contact:
Re: ESP32-S3 (Beta2) MARLIN_9_1B on ESP32-S3-Addax-1 V1.0 Specs & Datasheet
Code: Select all
task_t coffeeTask()
{
while(atWork){
if(!xStreamBufferIsEmpty(mug)){
coffeeDrink(mug);
} else {
xTaskCreate(sBrew, "brew", 9000, &mug, 1, NULL);
xSemaphoreTake(sCoffeeRdy, portMAX_DELAY);
}
}
vTaskDelete(NULL);
}
Re: ESP32-S3 (Beta2) MARLIN_9_1B on ESP32-S3-Addax-1 V1.0 Specs & Datasheet
cheers,ESP_igrr wrote: ↑Tue Aug 31, 2021 9:10 amSome DSP related benchmarks of ESP32-S3 are available here: https://docs.espressif.com/projects/esp ... marks.html.
"The Values in the column “O2” are made with compiler optimization for size, and in the column “Os” column are made with compiler optimization for speed."
O2 Os size/speed | Typo/swapped?
-Os
Optimize for size. -Os enables all -O2 optimizations except those that often increase code size:
-falign-functions -falign-jumps
-falign-labels -falign-loops
-fprefetch-loop-arrays -freorder-blocks-algorithm=stc
-O2
Optimize even more. GCC performs nearly all supported optimizations that do not involve a space-speed tradeoff. As compared to -O, this option increases both compilation time and the performance of the generated code.
-O2 turns on all optimization flags specified by -O1. It also turns on the following optimization flags:
-falign-functions -falign-jumps
-falign-labels -falign-loops
-fcaller-saves
-fcode-hoisting
-fcrossjumping
-fcse-follow-jumps -fcse-skip-blocks
-fdelete-null-pointer-checks
-fdevirtualize -fdevirtualize-speculatively
-fexpensive-optimizations
-ffinite-loops
-fgcse -fgcse-lm
-fhoist-adjacent-loads
-finline-functions
-finline-small-functions
-findirect-inlining
-fipa-bit-cp -fipa-cp -fipa-icf
-fipa-ra -fipa-sra -fipa-vrp
-fisolate-erroneous-paths-dereference
-flra-remat
-foptimize-sibling-calls
-foptimize-strlen
-fpartial-inlining
-fpeephole2
-freorder-blocks-algorithm=stc
-freorder-blocks-and-partition -freorder-functions
-frerun-cse-after-loop
-fschedule-insns -fschedule-insns2
-fsched-interblock -fsched-spec
-fstore-merging
-fstrict-aliasing
-fthread-jumps
-ftree-builtin-call-dce
-ftree-pre
-ftree-switch-conversion -ftree-tail-merge
-ftree-vrp
- Attachments
-
- Os_O2.png (18.35 KiB) Viewed 23503 times
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
ESP32-S3-WROOM-N8 on ESP32-S3-DevKitC-1
Hi Folks,
ESP32-S3-DevKitC-1 with ESP32-S3-WROOM delivered from Digikey today.
and now on Desktop.
bootlog
FYI:
Digikey had the DevKits in stock and you had to be quick.
I managed to secure a handful and bought it; the shipment was very fast and arrived today. Happy happy -
best wishes
rudi
Attached 3 Picture ( only 3 allowed )
so - Edit: Add a Pin Layout Link to my Twitter Account .. PIN LAYOUT
ESP32-S3-DevKitC-1 with ESP32-S3-WROOM delivered from Digikey today.
and now on Desktop.
bootlog
FYI:
Digikey had the DevKits in stock and you had to be quick.
I managed to secure a handful and bought it; the shipment was very fast and arrived today. Happy happy -
best wishes
rudi
Attached 3 Picture ( only 3 allowed )
so - Edit: Add a Pin Layout Link to my Twitter Account .. PIN LAYOUT
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
Re: ESP32-S3 (Beta2) MARLIN_9_1B on ESP32-S3-Addax-1 V1.0 Specs & Datasheet
Thanks Rudi, will fix.rudi ;-) wrote:O2 Os size/speed | Typo/swapped?
- Vader_Mester
- Posts: 300
- Joined: Tue Dec 05, 2017 8:28 pm
- Location: Hungary
- Contact:
Re: ESP32-S3-WROOM-N8 on ESP32-S3-DevKitC-1
Just to be careful, that these are from before the latest ECO of the siliconrudi ;-) wrote: ↑Thu Sep 09, 2021 10:59 amHi Folks,
ESP32-S3-DevKitC-1 with ESP32-S3-WROOM delivered from Digikey today.
and now on Desktop.
bootlog
FYI:
Digikey had the DevKits in stock and you had to be quick.
I managed to secure a handful and bought it; the shipment was very fast and arrived today. Happy happy -
best wishes
rudi
Code: Select all
task_t coffeeTask()
{
while(atWork){
if(!xStreamBufferIsEmpty(mug)){
coffeeDrink(mug);
} else {
xTaskCreate(sBrew, "brew", 9000, &mug, 1, NULL);
xSemaphoreTake(sCoffeeRdy, portMAX_DELAY);
}
}
vTaskDelete(NULL);
}
Re: ESP32-S3-WROOM-N8 on ESP32-S3-DevKitC-1
This part is an engineering sample and is not fully tested. This part should only be used for functional evaluation and proof of concept, not for production or end use.Vader_Mester wrote: ↑Sat Sep 11, 2021 5:13 pmJust to be careful, that these are from before the latest ECO of the silicon
yes - they are engineering sample from Digikey/Mouser -
yes - the newer batch from espressif are newer one - with ECO patch.
Datasheet comes public out do Oct 28 from hearing
best wishes
rudi
edit: added boot from hello_world_S3_Rev_O
BUILD: N256-R256_00 is my own ID for this ( becomes octal parts )
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
Re: ESP32-S3-WROOM-N8 on ESP32-S3-DevKitC-1
was only little careful and broke the Board _
pimped ESP32-S3-DevKitC-1 (ESP32-S3-WROOM ) with external psRAM
Minimum free heap size: 8734063 bytes
best wishes
rudi
- Attachments
-
- ESP32-S3-DevKitC
Bootlog ESP32-S3
with 64Mbit ext. psRAM
Minimum free heap size: 8734063 bytes - bootlog_psram.png (140.11 KiB) Viewed 20713 times
- ESP32-S3-DevKitC
-
- ESP32-S3-DevKitC
pimped with external psRAM - P1034444_.jpg (1.58 MiB) Viewed 20713 times
- ESP32-S3-DevKitC
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
- Vader_Mester
- Posts: 300
- Joined: Tue Dec 05, 2017 8:28 pm
- Location: Hungary
- Contact:
Re: ESP32-S3-WROOM-N8 on ESP32-S3-DevKitC-1
You didn't break it, just upgraded it with 3D-Integrated circuit technology
Now THAT is development
Be careful posting it. Espressif might steal the idea to have better space budget on the WROOM modules
Code: Select all
task_t coffeeTask()
{
while(atWork){
if(!xStreamBufferIsEmpty(mug)){
coffeeDrink(mug);
} else {
xTaskCreate(sBrew, "brew", 9000, &mug, 1, NULL);
xSemaphoreTake(sCoffeeRdy, portMAX_DELAY);
}
}
vTaskDelete(NULL);
}
ESP32S3N8R8 Octal psRAM
i work on that wait for the finalVader_Mester wrote: ↑Wed Sep 15, 2021 3:31 pmYou didn't break it, just upgraded it with 3D-Integrated circuit technology
Now THAT is development
Be careful posting it. Espressif might steal the idea to have better space budget on the WROOM modules
but first take a look to that bootleg - you find here a small difference to the previous post (handmade mod by add psram to flash ),
an AMAZING feature between the lines
( zoom example: right click on the picture - open it in a new Tab )
Yeap! ESP32-S3-N8R8 is here as a WROOM on the ESP32-S3-DevkitC-1-N8R8
2021-Sept-29 -
@ESP_* Great ESP-IDF Work!!!!!
I noted, that the CLK will change in the future IDF. You can drive it up - 120 MHZ .. 266 MHZ - i am *hw* ready for it.
best wishes
rudi
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
-
- Posts: 3
- Joined: Sat Aug 21, 2021 7:45 pm
Re: ESP32-S3 (Beta2) MARLIN_9_1B on ESP32-S3-Addax-1 V1.0 Specs & Datasheet
Cool
I'm curious about the support for the rgb interface screen mentioned in the esp32s3 datasheet. Is there any test for that?
I'm curious about the support for the rgb interface screen mentioned in the esp32s3 datasheet. Is there any test for that?
Who is online
Users browsing this forum: Bing [Bot], Google [Bot] and 77 guests