Search found 4 matches

by ilangr
Wed Aug 21, 2024 10:39 am
Forum: General Discussion
Topic: WiFi list of duplicated SSID access points (AP)
Replies: 2
Views: 798

WiFi list of duplicated SSID access points (AP)

Hello, We are having any issue when using ESP32-S3 chip. After integrating the SDK and implementing the WiFi capabilities, we faced a special case which we think isn't handled well. In case there are two different APs (access points) that contain the same SSID, lets say "router_ex", the AP scan give...
by ilangr
Thu Apr 11, 2024 7:20 am
Forum: General Discussion
Topic: Change ESP32 registers and peripherals in debug session
Replies: 1
Views: 596

Change ESP32 registers and peripherals in debug session

Hello, I was able to configure my vscode to enter debug when using ESP-PROG that is connected to ESP32-S3-DevKitC-1-N8 JTAG. I can see watch, disassembly, memory, stack, registers & ESP-IDF: Peripherals. For some reason I can't change the value of any of the registers or ESP peripherals. Do I need a...
by ilangr
Thu Apr 11, 2024 7:10 am
Forum: General Discussion
Topic: visual studio code support for Flash, SPI-Flash & RAM usage view
Replies: 1
Views: 587

visual studio code support for Flash, SPI-Flash & RAM usage view

Hello, Is there an option (plugin?) to see the ESP32 internal flash, SPI-Flash & internal static RAM usage via vscode? I know that you have the 'idf_size.py' tool that allows the programmer to analyze the map file like this: [Codebox] ilangr@LAPTOP-G471QQ5I:~/GitProjects/skyplug-cross-application$ ~...
by ilangr
Thu Apr 11, 2024 6:34 am
Forum: General Discussion
Topic: Connect j-link to ESP32S3 chip
Replies: 1
Views: 500

Connect j-link to ESP32S3 chip

Hello, A few days ago I contacted Segger to understand if they have support for debugging ESP32 chips via their server utility, using j-link. The answer I got is that j-link doesn't support this chip at all, but they do have other debuggers such as the flasher pro that allows only flashing of ESP bu...