Hardware reset for mdot
- This topic has 1 reply, 2 voices, and was last updated 8 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Tagged: reset sleep hardware
Could you tell me how long the reset pulse must be to reset a mdot unit? I am developing a piece of code in arduino and I need to know when I use digitalWrite, how long I should have it down and up again to reset the unit. Or, at least, the minimum time.
Also, if it has to be low or high when I want to reset and put it into sleep mode. Actually, I haven’t found anything about this on the developers pdf.
According to the STM32F411 datasheet, reset needs to be held low for at least 300ns… yes, that is nano seconds.