Click here to Skip to main content
15,887,676 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.

 
AnswerRe: All high-level classes must depend only on Interfaces Pin
Ralf Peine 202322-Feb-24 5:08
Ralf Peine 202322-Feb-24 5:08 
GeneralRe: All high-level classes must depend only on Interfaces Pin
raddevus22-Feb-24 5:24
mvaraddevus22-Feb-24 5:24 
AnswerRe: All high-level classes must depend only on Interfaces Pin
Dan Sutton12-Mar-24 20:34
Dan Sutton12-Mar-24 20:34 
GeneralBut what about the government? Pin
jschell16-Feb-24 7:50
jschell16-Feb-24 7:50 
GeneralRe: But what about the government? Pin
Marc Clifton16-Feb-24 8:24
mvaMarc Clifton16-Feb-24 8:24 
GeneralRe: But what about the government? Pin
Gary R. Wheeler16-Feb-24 13:55
Gary R. Wheeler16-Feb-24 13:55 
GeneralRe: But what about the government? Pin
Andre Oosthuizen16-Feb-24 8:45
mveAndre Oosthuizen16-Feb-24 8:45 
GeneralI'm almost afraid to try it Pin
honey the codewitch16-Feb-24 7:09
mvahoney the codewitch16-Feb-24 7:09 
In absence of hardware, while waiting for it to ship I've taken to producing a starting codebase for my new project.

It's a Cortex-A based CPU, and those are not typically "real time" - for those of you familiar with embedded these work like your smartphone and are complex enough that they generally require an operating system like linux or android in order to function.

The problem with that is boot times. There have been successful efforts to get linux boot times down to less than half a second but it requires so much u-boot hacking and linux kernel hacking that it's not much easier than going bare metal.

I'm going bare metal. I'm terrified that I've accepted a contract for something I've never done before. It has been years since I coded anything in assembly. I read it, but I don't typically write it these days. That's about to change.

I'm dealing with stripped down C and C++, multiple cores but no scheduler, and therefore no synchronization primitives other than say, suspending the other core entirely, if possible? And that's yikes.

I just managed to scrape together enough of the CubeMX HAL under this environment to give me SPI support (I think), but I won't know until I get this board and connect my logic analyzer, and I'm really anxious about it. Lots of moving parts, and I haven't tested a single thing yet.

It's out for delivery now. I was excited yesterday. Right now I'm kinda freaked out. Unsure | :~
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix

GeneralRe: I'm almost afraid to try it Pin
Marc Clifton16-Feb-24 7:33
mvaMarc Clifton16-Feb-24 7:33 
Generalinstaller does not work for VB application, what can I do? Pin
Southmountain16-Feb-24 6:09
Southmountain16-Feb-24 6:09 
GeneralRe: installer does not work for VB application, what can I do? Pin
k505416-Feb-24 6:18
mvek505416-Feb-24 6:18 
GeneralRe: installer does not work for VB application, what can I do? Pin
Southmountain16-Feb-24 6:22
Southmountain16-Feb-24 6:22 
GeneralRe: installer does not work for VB application, what can I do? Pin
Ron Nicholson16-Feb-24 6:30
professionalRon Nicholson16-Feb-24 6:30 
GeneralRe: installer does not work for VB application, what can I do? Pin
Southmountain16-Feb-24 6:34
Southmountain16-Feb-24 6:34 
GeneralRe: installer does not work for VB application, what can I do? Pin
Gerry Schmitz16-Feb-24 6:45
mveGerry Schmitz16-Feb-24 6:45 
GeneralRe: installer does not work for VB application, what can I do? Pin
jschell16-Feb-24 7:25
jschell16-Feb-24 7:25 
GeneralRe: installer does not work for VB application, what can I do? Pin
obermd16-Feb-24 8:47
obermd16-Feb-24 8:47 
GeneralRe: installer does not work for VB application, what can I do? Pin
Andre Oosthuizen16-Feb-24 8:51
mveAndre Oosthuizen16-Feb-24 8:51 
GeneralRe: installer does not work for VB application, what can I do? Pin
Southmountain16-Feb-24 14:49
Southmountain16-Feb-24 14:49 
GeneralRe: installer does not work for VB application, what can I do? Pin
kmoorevs16-Feb-24 10:15
kmoorevs16-Feb-24 10:15 
GeneralRe: installer does not work for VB application, what can I do? Pin
Southmountain16-Feb-24 14:50
Southmountain16-Feb-24 14:50 
QuestionRe: installer does not work for VB application, what can I do? Pin
Jeremy Falcon16-Feb-24 13:06
professionalJeremy Falcon16-Feb-24 13:06 
AnswerRe: installer does not work for VB application, what can I do? Pin
Southmountain16-Feb-24 14:51
Southmountain16-Feb-24 14:51 
GeneralIs there such a thing as a Drone Simulator... like Flight Simulator Pin
Mike Breeden16-Feb-24 4:21
Mike Breeden16-Feb-24 4:21 
GeneralRe: Is there such a thing as a Drone Simulator... like Flight Simulator Pin
Marc Clifton16-Feb-24 4:22
mvaMarc Clifton16-Feb-24 4:22 

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.