User Activity

STM32F405 using STLIBF4 v1.4.0Near the beginning of my code, I enable the windowed watchdog withWWDG_Enable() Shortly thereafter, I have a conditional block that executes only if the windowed watchdog is enabled, i.e.if ((WWDG->CR & WWDG_CR_WDGA) != ...
I am attempting to set the output states of an L9825 using its SPI interface, but no matter what byte is transmitted, the returned diagnostic byte is 0x88 and the output state is unaltered.clock frequency : 1 MHzclock polarity: lowclock phase: data c...