iliketurtiles @ iliketurtiles @programming.dev Posts 4Comments 4Joined 3 mo. ago
Unexpected large number of external interrupts except when logic analyzer is connected to pin.
How come there are components in TO220 packages that supposedly take 100A given their small legs?
How can I figure out which phases in a BLDC motor to power without knowing how its wound?
Thanks for your reply, that certainly a method I will try using.
But in the case of my problem I think it won't work. Since adc_data is in the consequent of the implication, it will again be sampled in the prepone region and so take on the value before adc_data_en was asserted high, don't you think?
In my code I set adc_data to its new value and at the same time set adc_data_en high. Perhaps I'm not supposed to do things this way? Is the usual practice to set something like adc_data to it's new value some time before the enable is asserted?
For the IRF1404Z, under the absolute maximum ratings, continuous drain current is given as 140A. If it was for something like picoseconds, it doesn't seem meaningful labeling it 'continuous current'?
Thank you, will give that a go :)