Click here to Skip to main content
15,887,434 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Moving on up (to ARM) Pin
Atanas Palavrov19-Apr-23 5:00
Atanas Palavrov19-Apr-23 5:00 
GeneralRe: Moving on up (to ARM) Pin
honey the codewitch19-Apr-23 5:09
mvahoney the codewitch19-Apr-23 5:09 
GeneralRe: Moving on up (to ARM) Pin
Member 1437427918-Apr-23 22:32
Member 1437427918-Apr-23 22:32 
GeneralRe: Moving on up (to ARM) Pin
honey the codewitch19-Apr-23 3:18
mvahoney the codewitch19-Apr-23 3:18 
GeneralRe: Moving on up (to ARM) Pin
JohnDG5219-Apr-23 2:57
JohnDG5219-Apr-23 2:57 
GeneralRe: Moving on up (to ARM) Pin
raddevus19-Apr-23 3:46
mvaraddevus19-Apr-23 3:46 
GeneralRe: Moving on up (to ARM) Pin
honey the codewitch19-Apr-23 4:12
mvahoney the codewitch19-Apr-23 4:12 
GeneralRe: Moving on up (to ARM) Pin
Kirk J. Davis19-Apr-23 4:22
Kirk J. Davis19-Apr-23 4:22 
I was a C++ on AVR (NOT Arduino) person for many years. I switched to Atmel ARM devices (i.e. ARM M0+ and M4) years ago as they became bigger, faster, cheaper, lower power, etc. If you are targeting bare metal embedded applications, I would suggest using Atmel Studio 7 with GCC C++ and ASF (Advanced Software Framework). I believe ASF will provide the drivers and hardware abstraction you are looking for. They will warn you that ASF does not support C++, but ASF functions can be called as extern "C" functions. Use Atmel ICE for downloading code, source-code level debugging, and target register read/write. I wrote my own cooperative task-switching executive and resident interactive interpreter/compiler. I typically connect my embedded systems to a PC via multiple USB logical serial connections using multiple endpoints. This is very handy for separating control, status, and debugging streams.
GeneralRe: Moving on up (to ARM) Pin
honey the codewitch19-Apr-23 4:25
mvahoney the codewitch19-Apr-23 4:25 
GeneralRe: Moving on up (to ARM) Pin
Andy_F_6019-Apr-23 5:00
Andy_F_6019-Apr-23 5:00 
GeneralRe: Moving on up (to ARM) Pin
honey the codewitch19-Apr-23 5:12
mvahoney the codewitch19-Apr-23 5:12 
GeneralRe: Moving on up (to ARM) Pin
Andy_F_6019-Apr-23 5:42
Andy_F_6019-Apr-23 5:42 
GeneralRe: Moving on up (to ARM) Pin
honey the codewitch19-Apr-23 5:36
mvahoney the codewitch19-Apr-23 5:36 
GeneralRe: Moving on up (to ARM) Pin
sasadler19-Apr-23 6:26
sasadler19-Apr-23 6:26 
GeneralRe: Moving on up (to ARM) Pin
Brian Knittel19-Apr-23 10:35
Brian Knittel19-Apr-23 10:35 
GeneralCCC 2023-04-18 Pin
Peter_in_278017-Apr-23 22:01
professionalPeter_in_278017-Apr-23 22:01 
GeneralRe: CCC 2023-04-18 Pin
pkfox17-Apr-23 22:14
professionalpkfox17-Apr-23 22:14 
GeneralRe: CCC 2023-04-18 Pin
OriginalGriff17-Apr-23 22:30
mveOriginalGriff17-Apr-23 22:30 
GeneralRe: CCC 2023-04-18 - WINNER! Pin
Peter_in_278017-Apr-23 22:53
professionalPeter_in_278017-Apr-23 22:53 
GeneralRe: CCC 2023-04-18 - WINNER! Pin
OriginalGriff17-Apr-23 23:14
mveOriginalGriff17-Apr-23 23:14 
Generalworldle 451 2/6 Pin
jmaida17-Apr-23 16:02
jmaida17-Apr-23 16:02 
GeneralRe: worldle 451 2/6 Pin
Member 1022317017-Apr-23 20:15
Member 1022317017-Apr-23 20:15 
GeneralWordle 668 Pin
StarNamer@work17-Apr-23 13:05
professionalStarNamer@work17-Apr-23 13:05 
GeneralRe: Wordle 668 Pin
Amarnath S17-Apr-23 13:58
professionalAmarnath S17-Apr-23 13:58 
GeneralRe: Wordle 668 Pin
Shane010317-Apr-23 17:45
Shane010317-Apr-23 17:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.