this post was submitted on 13 Jun 2023
1 points (100.0% liked)
embedded
168 readers
1 users here now
This community is dedicated to discussion and questions about embedded systems: "a controller programmed and controlled by a real-time operating system (RTOS) with a dedicated function within a larger mechanical or electrical system, often with real-time computing constraints."
Related communities:
- c/ece
- c/raspberry_pi
- c/askelectronics
- c/fpga
- c/cprogramming
- c/chipdesign
- c/microcontrollers
- c/dsp
- c/rtlsdr
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's a very detailed review!
I'm a big AVR fan, but yeah... The current IDE is super buggy. In ancient history (AVR studio 4) it was way better!
Another weird thing with their AVR-ice hardware is that they sell a much cheaper version with no swd cable. However, when you add your own cable, you find out why it was so expensive... The cable header on the AVR-ice is soldered on upside down, and their weird cable assembly silently reverses it again to fix the bug! I really pulled my hair out over that one...
Now that it all works I very much enjoy using the attiny10. The assembly language is really nice. However I still code in a text editor to avoid the IDE...