Click here to Skip to main content
15,894,017 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: Wisdumb of the day Pin
RickZeeland17-Dec-21 6:57
mveRickZeeland17-Dec-21 6:57 
GeneralRe: Wisdumb of the day Pin
Rick York17-Dec-21 10:16
mveRick York17-Dec-21 10:16 
GeneralRe: Wisdumb of the day Pin
Mycroft Holmes17-Dec-21 13:35
professionalMycroft Holmes17-Dec-21 13:35 
GeneralMy code is too fast :( Pin
honey the codewitch17-Dec-21 3:11
mvahoney the codewitch17-Dec-21 3:11 
GeneralRe: My code is too fast :( Pin
Sander Rossel17-Dec-21 3:27
professionalSander Rossel17-Dec-21 3:27 
GeneralRe: My code is too fast :( Pin
lmoelleb17-Dec-21 8:58
lmoelleb17-Dec-21 8:58 
GeneralRe: My code is too fast :( Pin
Peter_in_278017-Dec-21 11:11
professionalPeter_in_278017-Dec-21 11:11 
GeneralRe: My code is too fast :( Pin
Marc Clifton17-Dec-21 3:29
mvaMarc Clifton17-Dec-21 3:29 
honey the codewitch wrote:
and the one that is wired on a breadboard only works when they are disabled


Years ago, on basically a breadboard of a controller using some archaic 8 bit processor that the engineer had wired up, everything worked fine.

When we went to production with PCB's of the schematic, the assembly code would occasionally just blow up, randomly, anywhere. The hardware engineer blamed my code.

One dark and stormy night, I sat on the workbench with an oscilloscope and several probes and discovered there was a race condition on the address select line -- you know, those old processors that had 16 bit address lines but spit out the lower and upper 8 bits serially with an LSB/MSB line to be used as a latch.

Turns out that on the prototype hand-wired board, the latch wire was long enough for the address lines to have settled. On the PCB, the latch trace was really short. So occasionally and randomly, the latch would occur before the address lines to have settled.

We cut the trace, added about 3 inches of wirewrap wire, and everything ran solidly.

The hardware engineer was impressed. It actually was quite a turning point for our work relationship - he never trusted software geeks before, and now he did.

QuestionRe: My code is too fast :( Pin
0x01AA17-Dec-21 3:50
mve0x01AA17-Dec-21 3:50 
AnswerRe: My code is too fast :( Pin
honey the codewitch17-Dec-21 4:16
mvahoney the codewitch17-Dec-21 4:16 
AnswerRe: My code is too fast :( Pin
CPallini17-Dec-21 7:41
mveCPallini17-Dec-21 7:41 
GeneralRe: My code is too fast :( Pin
0x01AA17-Dec-21 8:20
mve0x01AA17-Dec-21 8:20 
GeneralRe: My code is too fast :( Pin
Super Lloyd17-Dec-21 3:55
Super Lloyd17-Dec-21 3:55 
GeneralRe: My code is too fast :( Pin
honey the codewitch17-Dec-21 4:17
mvahoney the codewitch17-Dec-21 4:17 
JokeRe: My code is too fast :( PinPopular
k505417-Dec-21 4:15
mvek505417-Dec-21 4:15 
GeneralRe: My code is too fast :( Pin
lmoelleb17-Dec-21 9:02
lmoelleb17-Dec-21 9:02 
GeneralRe: My code is too fast :( Pin
honey the codewitch17-Dec-21 11:06
mvahoney the codewitch17-Dec-21 11:06 
GeneralRe: My code is too fast :( Pin
Rick York17-Dec-21 10:20
mveRick York17-Dec-21 10:20 
GeneralRe: My code is too fast :( Pin
honey the codewitch17-Dec-21 11:06
mvahoney the codewitch17-Dec-21 11:06 
GeneralRe: My code is too fast :( Pin
Robotek2318-Dec-21 4:27
Robotek2318-Dec-21 4:27 
GeneralRe: My code is too fast :( Pin
honey the codewitch18-Dec-21 5:15
mvahoney the codewitch18-Dec-21 5:15 
GeneralJust thought I'd mention. TotD Pin
OriginalGriff17-Dec-21 1:17
mveOriginalGriff17-Dec-21 1:17 
GeneralRe: Just thought I'd mention. TotD Pin
yacCarsten17-Dec-21 1:39
yacCarsten17-Dec-21 1:39 
GeneralRe: Just thought I'd mention. TotD Pin
Richard Deeming17-Dec-21 2:06
mveRichard Deeming17-Dec-21 2:06 
GeneralRe: Just thought I'd mention. TotD Pin
dan!sh 17-Dec-21 2:49
professional dan!sh 17-Dec-21 2:49 

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.