idf v4 + eclipse + plugin -> baudrate setting

schmalzz
Posts: 2
Joined: Sat May 02, 2020 12:32 pm

idf v4 + eclipse + plugin -> baudrate setting

Postby schmalzz » Mon May 04, 2020 8:17 pm

Hi,

i'm going to make me familiar with esp32 and eclipse as my favourite IDE. I have tried many examples and everything works good thus far. One unusual thing i have noticed: In the first experiments was the baud rate always 115200 bits, but now it has changed:

Code: Select all

esptool.py -p COM4 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_freq 40m --flash_size 2MB 0x8000 partition_table/partition-table.bin 0x1000 bootloader/bootloader.bin 0x10000 app-template.bin
Sometimes this leads to communication problems with the board: "...communication error ....". With that situation i have to repeat that process again (also twice oder threetimes...).

Where can i find the appropriate settings for the baud rate? I can't see this anyway :idea:

Thanks!

ESP_kondalkolipaka
Posts: 161
Joined: Wed Jul 17, 2019 5:26 pm

Re: idf v4 + eclipse + plugin -> baudrate setting

Postby ESP_kondalkolipaka » Tue May 12, 2020 7:05 am

Hi @schmalaz

You can modify the default baud rate using the launch configuration dialog. Check this here https://github.com/espressif/idf-eclips ... figuration

For example, here is the attachment for your reference.
Screenshot 2020-05-12 at 12.33.11 PM.png
Screenshot 2020-05-12 at 12.33.11 PM.png (183.12 KiB) Viewed 4632 times

I hope this helps, but please let me know if you need anything else

schmalzz
Posts: 2
Joined: Sat May 02, 2020 12:32 pm

Re: idf v4 + eclipse + plugin -> baudrate setting

Postby schmalzz » Sat May 23, 2020 2:08 pm

Hi kondalkolipaka,

just saw and tested -> works!! :)

Thank you very much !

Who is online

Users browsing this forum: No registered users and 33 guests