Search found 3 matches

by timpur
Mon Nov 25, 2019 3:13 am
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 832633

Re: What would you like to see in The Next Chip?

Any thoughts on something like a FPGA section in HW, like a FPIOA(Field Programmable IO Array). This would allow for great flexibility in the GPIO space. Furthermore having programable hardware would be great in situations like when you need an extra or custom HW component, like a extra UART etc ......
by timpur
Tue Jun 12, 2018 10:17 pm
Forum: ESP32 Arduino
Topic: esp32 ulp programming
Replies: 22
Views: 43037

Re: esp32 ulp programming

Yes, i think your right, it does become complex and confusing quick using macros, but for now the only way i can find that works easy with arduino. Might create an issue on the arduino thread about this.

Thanks guys :)
by timpur
Fri Jun 08, 2018 11:34 pm
Forum: ESP32 Arduino
Topic: esp32 ulp programming
Replies: 22
Views: 43037

Re: esp32 ulp programming

Hey, sorry random question, just wondering if anyone knows why Programming the ULP using macros became legacy. I was kinda thinking it was an easy and effective way with out the need of additional build tools. Trying to program the ULP using ESP32 Arduino and cant figure out the "proper" way yet, bu...