Search found 208 matches

by davdav
Fri Dec 15, 2017 9:23 am
Forum: ESP-IDF
Topic: Using ULP without deep_sleep
Replies: 4
Views: 6256

Using ULP without deep_sleep

Hi everybody, is it possible to use ULP without forcing the module to go in deep_sleep? In the examples provided in the SDK the program calls esp_deep_sleep_start(); I would like to use the ULP, reading inputs and ADC, in both case when module is full power and deep sleep. Is this possible? Thanks
by davdav
Fri Dec 15, 2017 9:12 am
Forum: Hardware
Topic: ERROR: Static .bss section extends past 0x3FFE0000. IDF cannot boot.
Replies: 9
Views: 10955

Re: ERROR: Static .bss section extends past 0x3FFE0000. IDF cannot boot.

OK Angus, thank you. I will look forward for v3.1. Thanks
by davdav
Mon Dec 04, 2017 1:53 pm
Forum: Hardware
Topic: ERROR: Static .bss section extends past 0x3FFE0000. IDF cannot boot.
Replies: 9
Views: 10955

Re: ERROR: Static .bss section extends past 0x3FFE0000. IDF cannot boot.

OK WiFive. Does it means that .bss is limited to 192KB?
by davdav
Mon Dec 04, 2017 10:56 am
Forum: Hardware
Topic: ERROR: Static .bss section extends past 0x3FFE0000. IDF cannot boot.
Replies: 9
Views: 10955

Re: ERROR: Static .bss section extends past 0x3FFE0000. IDF cannot boot.

Thank you WiFive for reply. I need to disturb again because I still do not understand what is going on. This is the result from "make size-files" Total sizes: DRAM .data size: 8816 bytes DRAM .bss size: 264776 bytes Used static DRAM: 273592 bytes ( 54088 available, 83.5% used) Used static IRAM: 3744...
by davdav
Mon Dec 04, 2017 9:21 am
Forum: Hardware
Topic: ERROR: Static .bss section extends past 0x3FFE0000. IDF cannot boot.
Replies: 9
Views: 10955

Re: ERROR: Static .bss section extends past 0x3FFE0000. IDF cannot boot.

Thank you @Loboris, Your hint helped me to figure out what files consume the RAM memory. Just a lateral question: is there a way to know how much RAM is used by a task in order to tailoring its stack when I create it (using xTaskCreate)? Having a tool or command which can give this information, I do...
by davdav
Fri Dec 01, 2017 3:44 pm
Forum: Hardware
Topic: ERROR: Static .bss section extends past 0x3FFE0000. IDF cannot boot.
Replies: 9
Views: 10955

ERROR: Static .bss section extends past 0x3FFE0000. IDF cannot boot.

Hi everybody, I'm porting a "quite big" project to esp32. I'm including step by step the .c file in the new project. At a point I got from the linker LD build/esp32_avior.elf c:/msys32/opt/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:/es p/esp32_a...
by davdav
Fri May 19, 2017 9:53 am
Forum: General Discussion
Topic: open source BLUFI App
Replies: 0
Views: 3250

open source BLUFI App

Hi everybody, I would like to ask if the java library posted here on github https://github.com/EspressifApp/EspBlufi regarding the BLUFI example will be open source. I appreciate the BLUFI functionality because it is a good starting point for our application meanwhile the BT Classic is not full impl...
by davdav
Tue May 16, 2017 12:58 pm
Forum: ESP-IDF
Topic: disable all logs debug in blufi example
Replies: 2
Views: 5214

Re: disable all logs debug in blufi example

OK thank you.
by davdav
Tue May 16, 2017 8:54 am
Forum: ESP-IDF
Topic: disable all logs debug in blufi example
Replies: 2
Views: 5214

disable all logs debug in blufi example

Hi everybody, I'm testing blufi example and I would like to disable all the debug log. I have setup in "make menuconfig" the level for bootloader and component log to NONE, but I still have these debugs at start-up ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) confi...
by davdav
Thu Feb 23, 2017 8:23 am
Forum: ESP-IDF
Topic: ESP-IDF Blufi demo
Replies: 8
Views: 13387

Re: ESP-IDF Blufi demo

I have the same problem of including some files of bluedroid. see following image
Immagine.jpg
Immagine.jpg (224.33 KiB) Viewed 12977 times
However if I change the "include/esp_blufi_api.h" to "esp_blufi_api.h", it is able to compile but obviously, it doesn't resolve the include file
Immagine2.jpg
Immagine2.jpg (230.15 KiB) Viewed 12977 times

How to solve it?

Thanks.