You have to use RTC_IRAM_ATTR.
https://docs.espressif.com/projects/esp ... -stub.html
viewtopic.php?t=2369
https://gist.github.com/igrr/54f7fbe051 ... d7fbecfeab
Search found 7 matches
- Wed Oct 17, 2018 9:19 am
- Forum: ESP32 Arduino
- Topic: wake up on pin change, not on pin state
- Replies: 1
- Views: 5534
- Tue Oct 09, 2018 11:26 am
- Forum: General Discussion
- Topic: What would you like to see in The Next Chip?
- Replies: 443
- Views: 939434
Re: What would you like to see in The Next Chip?
Hi! It's possible to see in the next gen product? 1 - Managment Frame Protection aka IEEE 802.11w. 2 - Battery backed RTC - with out deep sleep function to works,- When we turn off the power to the main chip, the RTS continues to work. 3 - Low RTC currency - 0.5uA (500 nA) 4 - Temperature and voltag...
- Thu Oct 04, 2018 3:10 pm
- Forum: General Discussion
- Topic: RTC battery supply
- Replies: 22
- Views: 50011
Re: RTC battery supply
The issue seems to be that internal CPU regulator can also take power from VDD_RTC pin, meaning that if all the power rails except VDD_RTC are powered off, CPU can still keep running; Hi. CHIP_PU pin was on GND? Ohh.. https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pd...
- Wed Oct 03, 2018 10:57 am
- Forum: ESP-IDF
- Topic: Deauth attack protection!
- Replies: 0
- Views: 5603
Deauth attack protection!
Hi. I think many know that exists method to attack any 802.11bgn network with 2$ esp jammer. http://deauth.me/ 5 minute, 4 steps - and here you are. Many kids use this shit. I did readed about this attack, and found two solutions: 1 - Managment Frame Protection (supported by hostapd in OpenWRT). 2 -...
- Thu Sep 13, 2018 9:18 pm
- Forum: ESP-IDF
- Topic: Flash encryption and boot secure with esptool
- Replies: 4
- Views: 7199
Re: Flash encryption and boot secure with esptool
Thx you ESP_Angus
- Fri Aug 17, 2018 2:25 pm
- Forum: ESP-IDF
- Topic: Flash encryption and boot secure with esptool
- Replies: 4
- Views: 7199
Re: Flash encryption and boot secure with esptool
Sorry, i don't understand?WiFive wrote:No, you only do steps 3&4 to update the app
Can you please quote text that you did answered?
- Fri Aug 17, 2018 9:17 am
- Forum: ESP-IDF
- Topic: Flash encryption and boot secure with esptool
- Replies: 4
- Views: 7199
Flash encryption and boot secure with esptool
Good afternoon. As i understood esp32's protect separated on two parts: 1 - My programm can be encrypted by espsecure (esptool script), and then decrypted by esp32 using key saved at block_1 fuse before. 2 - Bootloader secure it's something hard. I can't understand it at this moment. So to secure my...