| Electronics > Projects, Designs, and Technical Stuff |
| One crazy SAMD21G MCU – I2C/RESET issues (custom PCB design) |
| << < (5/7) > >> |
| ataradov:
No, none of my stuff would work with Arduino. AS will not work with STM32. Something Eclipse-based will be your only option for a full-featured IDE. But I have no idea how easy it is to setup nowadays, I have never used IDEs. https://start.atmel.com is a starter code generator. If you want less bloat, you can have a look at my starter projects https://github.com/ataradov/mcu-starter-projects |
| 3dgeo:
Wow, that's cool, I didn't knew I could get example codes so easily :-+ I found USB composite right a way, this is awesome, you should lead with this link next time ;D This is exiting, now I can think about migrating from Arduino :) Thanks again, Alex! |
| ataradov:
If you want to see an actually easy to understand VCP implementation, then I have one too - https://github.com/ataradov/vcp |
| 3dgeo:
Thanks, I'll take a look. For now I need working USB composite lib that I can modify, I need "send key press" function and "send serial" function or similar :-DD I hope this example I found will give me that. You wrote you never used IDE, how you code than? What tools do you use for that? |
| ataradov:
--- Quote from: 3dgeo on October 05, 2019, 09:40:51 pm ---For now I need working USB composite lib that I can modify, I need "send key press" function and "send serial" function or similar :-DD I hope this example I found will give me that. --- End quote --- Here is another example of a composite device HID/VCP - https://github.com/ataradov/free-dap/tree/master/platform/samd11_vcp . It does not implement actual HID devices. HID is just used as a driverless way to communicate with devices. --- Quote from: 3dgeo on October 05, 2019, 09:40:51 pm ---You wrote you never used IDE, how you code than? What tools do you use for that? --- End quote --- Text editor and makefiles. |
| Navigation |
| Message Index |
| Next page |
| Previous page |