Search found 2 matches

by Piskun
Sat Jan 09, 2021 10:43 pm
Forum: IDEs for ESP-IDF
Topic: ESP-IDF VScode monitor
Replies: 8
Views: 10427

ESP-IDF VScode monitor

I made an update to IDF 6.0 and now monitor not working. It stops like this: Copyright (C) Microsoft Corporation. All rights reserved. Try the new cross-platform PowerShell https://aka.ms/pscore6 PS D:\GDrive\programing\ESP32\ESP32_VScode\UV> $Env:Path = " >> $Env:IDF_PATH = " PS D:\GDrive\programin...
by Piskun
Sun Jan 14, 2018 3:39 pm
Forum: General Discussion
Topic: UART ISR
Replies: 1
Views: 3303

UART ISR

Hello everyone. I'm starting my adventure with ESP32. Right now I am trying to rewrite some code from STM32. I searched the whole forum, but I did not find the code to use uart hardware interrupt, without fifo queues. I need this to get information about framing error (time critical DMX code, I can`...