Search found 3 matches

by tam1111574
Wed Mar 03, 2021 6:22 am
Forum: General Discussion
Topic: What is the BB_INT interrupt ?
Replies: 1
Views: 1752

What is the BB_INT interrupt ?

Hi ESP32, In my project I use ESP32 is a main processor, I use BLUETOOTH CLASSIC and configure it run in CPU0 and main loop in app_main. In my project does not need interrupt but sometimes I detect a interrupt affect to the loop in app_main. I get value of DPORT register DPORT_PRO_INTR_STATUS_0_REG ...
by tam1111574
Fri Jan 29, 2021 9:53 am
Forum: General Discussion
Topic: Communicating with spi with slave in interrupt, the system will be dumped
Replies: 6
Views: 4808

Re: Communicating with spi with slave in interrupt, the system will be dumped

But if I call spiTranfer () in an interrupt my system gets dumped Easy solution: Don't do that. You can't call routines from ISRs unless they're specifically marked (either because they have _from_isr in the name or otherwise) to be OK to call from an interrupt. Hi ESP_Sprite, I have same problem w...
by tam1111574
Wed Jan 27, 2021 1:35 am
Forum: General Discussion
Topic: Release date of ESP32-S3
Replies: 2
Views: 4612

Release date of ESP32-S3

Hi espressif, my name's Tam, I'm a developer of Mylan Group. The company design and produce the industrial printer. I'm very interested with ESP32 family about function, application, performance and specially the price is very cheap. We are developing our product with ESP32 (dual core, wifi and blue...