Search found 59 matches

by JoaoLopesF
Sat Sep 30, 2017 4:42 pm
Forum: General Discussion
Topic: app_main and APP_CPU
Replies: 4
Views: 6631

Re: app_main and APP_CPU

app_main is already inside freertos task so not sure why you want to avoid a new task pinned to cpu1 Hi WiFive, I agree that, and after I post it, I migrate all code in app_main to an task in CPU 1, and works very well but a question still in the air, what app_main is not in cpu 1, the APP_CPU ? I ...
by JoaoLopesF
Fri Sep 29, 2017 3:33 pm
Forum: General Discussion
Topic: app_main and APP_CPU
Replies: 4
Views: 6631

app_main and APP_CPU

Hi,

I have a question:

How to change app_main and all app code to run in APP_CPU (without FreeRTOS task), instead the default PRO_CPU,
if ESP32 is dual core ?

Its is possible, or have any reason to app_main stay in PRO_CPU ?

Regards

Joao Lopes
by JoaoLopesF
Fri Sep 08, 2017 3:41 pm
Forum: General Discussion
Topic: Monitor baud rate
Replies: 6
Views: 29920

Re: Monitor baud rate

Thanks ESP_Angus

Ok, I agree that

Regards

Joao
by JoaoLopesF
Wed Sep 06, 2017 7:43 pm
Forum: General Discussion
Topic: Monitor baud rate
Replies: 6
Views: 29920

Re: Monitor baud rate

Hi,

Thanks Guys, Is working now!

But In begin is recevied a lot of noise, I think that codes of SDK is still in 115200 until execute main

how about change default of framework to 230400 ? This board is fast to still in 115200 ...

Regards

Joao Lopes
by JoaoLopesF
Wed Sep 06, 2017 6:17 pm
Forum: General Discussion
Topic: Simple profiler for IDF Monitor
Replies: 3
Views: 6446

Re: Simple profiler for IDF Monitor

Hi, I do a new version of profiler with some improvements. Please download it in github: https://github.com/JoaoLopesF/ESP-IDF-Monitor-Simple_Profiler Tip: In MacOSX or Linux, You can put the out of monitor in a file, for for further analysis: For MacOSX (tested): make monitor | tee monitor.txt LC_A...
by JoaoLopesF
Wed Sep 06, 2017 4:59 pm
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 832710

Re: What would you like to see in The Next Chip?

I suggest a USB host feature
by JoaoLopesF
Wed Sep 06, 2017 4:37 pm
Forum: General Discussion
Topic: Simple profiler for IDF Monitor
Replies: 3
Views: 6446

Simple profiler for IDF Monitor

I needed to make a simple profiler for my project, so I modified idf_monitor.py for this. It's very simple, I read the time in micros at the beginning of each line, calculate and show the difference between the time of the line and the time of the previous line and display this in yellow or red. The...
by JoaoLopesF
Wed Sep 06, 2017 3:59 pm
Forum: General Discussion
Topic: Monitor baud rate
Replies: 6
Views: 29920

Re: Monitor baud rate

Thanks a lot ;-)
Regards
Joao
by JoaoLopesF
Tue Sep 05, 2017 8:04 pm
Forum: General Discussion
Topic: Monitor baud rate
Replies: 6
Views: 29920

Monitor baud rate

Hi, I tried change baud rate of monitor to 230400 and make and flash. But appears that monitor still using the default 115200 speed.
Please: How I do for change the monitor for more speed ?

Regards
Joao