GithubHelp home page GithubHelp logo

Comments (3)

soyharso avatar soyharso commented on July 17, 2024

Windows 10 compilation 19044.2846

from hal_espressif.

sylvioalves avatar sylvioalves commented on July 17, 2024

@soyharso, thanks for pointing this. It's been already fixed at #211 and merged. Soon it will get merged in main branch as well.

from hal_espressif.

soyharso avatar soyharso commented on July 17, 2024

Dear Sylvio, thanks for your answer ...

Checking, the problem is in the same file but is another problem :
C:/pyenv/zp/modules/hal/espressif/components/esp_phy/src/phy_init.c:300:27: error: 'SYSCON_WIFI_RST_EN_REG' undeclared (first use in this function)
300 | SET_PERI_REG_MASK(SYSCON_WIFI_RST_EN_REG, SYSTEM_BB_RST | SYSTEM_FE_RST);

i tried to solve doing :

At fle \components\esp_phy\src\phy_init.c add at line 45 :
#include "soc/syscon_reg.h"

At file components\soc\esp32s2\include\soc\syscon_reg.h add line :
#define SYSTEM_FE_RST (BIT(1))

Now i can build, the wifi sample, but im worried about the dram0_0_seg filled, 97.65%

[404/404] Linking C executable zephyr\zephyr.elf
Memory region Used Size Region Size %age Used
mcuboot_hdr: 32 B 32 B 100.00%
metadata: 28 B 32 B 87.50%
ROM: 480250 B 4194240 B 11.45%
iram0_0_seg: 80188 B 184 KB 42.56%
irom0_0_seg: 391946 B 4194272 B 9.34%
dram0_0_seg: 183980 B 184 KB 97.65%
drom0_0_seg: 101088 B 4194240 B 2.41%
rtc_iram_seg: 0 GB 8 KB 0.00%
rtc_slow_seg: 0 GB 8 KB 0.00%
IDT_LIST: 0 GB 8 KB 0.00%

At monitor receive [1;32muart:~$ [m[8D[J[00:00:00.331,000] [1;31m esp32_wifi: Failed to start Wi-Fi driver[0m too .

Any guide to solve, the filled memory is another issue, this can be lower ?

from hal_espressif.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.