Search found 4 matches

by PythonKai
Tue Feb 02, 2021 1:05 pm
Forum: ESP32 boards
Topic: ESP32 mem32 function doesn't work well
Replies: 6
Views: 3970

Re: ESP32 mem32 function doesn't work well

Hello again, I double checked the possibility to write into the ESP32 registers. It is possible in several register spaces with the viper code also with the mem32 function. Thats more or less the following spaces: SPI 0x3FF42014 - 0x3FF420BC GPIO/MUX 0x3FF44004 - 0x3FF484C4 ULP RTC 0x3FF48818 - 0x3F...
by PythonKai
Mon Feb 01, 2021 12:06 pm
Forum: ESP32 boards
Topic: microwebsrv2 : not enought memory !
Replies: 3
Views: 3105

Re: microwebsrv2 : not enought memory !

Hello Jacques,

I have the same problem and unfortunaty I couldn't solve it.
For my project I use the first version of MicroWebServer and works very well.

Kai
by PythonKai
Mon Feb 01, 2021 12:01 pm
Forum: ESP32 boards
Topic: ESP32 mem32 function doesn't work well
Replies: 6
Views: 3970

Re: ESP32 mem32 function doesn't work well

Hi Robert, thank you very much for the viper code example, it looks promising. Unfortunately, I didn't understand the example in detail. A pointer to memory is stored in PCNT_U0_CONF0, so far so good. Why the index [0] is used to get access to the memory ? Background for the problem: I tried to meas...
by PythonKai
Sun Jan 31, 2021 4:35 pm
Forum: ESP32 boards
Topic: ESP32 mem32 function doesn't work well
Replies: 6
Views: 3970

ESP32 mem32 function doesn't work well

Hello together, I use a ESP32 WROOM module and tried to program the internal PCNT module via register access with the machine function mem32. Unfortunately, it doesn't work as expected. I tried to manipulate the PCNT_U0_CONF0 register >>> bin(mem32[0x3FF57000]) '0b11110000010000' >>> mem32[0x3FF5700...