Posted on July 13, 2018 at 03:19Hello all, Perhaps, you can shed some light on my issue I'm seeing. I have a board with a STM32F413RG microcontroller, I'm trying to control a DAC for multi outputs but I am having trouble getting the F413 to gener...
Posted on June 08, 2018 at 20:57Hello, I'm having an odd time with a board using the STM32F746VGT6 microcontroller that it requires that I reset the board each time that I power it up. I have several of these and the phenomenon only occurs on abo...
Posted on July 13, 2018 at 03:27Not sure if OP still needs this but you can generate the PLL you need or very close to it. Change your M divider to 24, your N multiplier to 79 and /R to 7. This outputs a SAIP of 11.285714 which is ~0.3% from your ...
Posted on June 11, 2018 at 22:55Thanks for the suggestion TJ. I'll work it into the next design as a backup. It can be unpopulated if I can figure this out otherwise.
Posted on June 11, 2018 at 22:54I guess lack of forethought. No, actually I didn't think UART would work because nothing else works at this speed except for slowly blinking some status LEDs. I'll give it a go. If the controller can detect it's ow...
Posted on June 11, 2018 at 22:25Thanks Clive for the helpful suggestions. Here are my findings so far:I have cleared out the local variables and no help.The Error Handler has a breakpoint and it never hits. Error handler is just a while(1) loop as...
Posted on June 09, 2018 at 23:59I have HSE_VALUE set to 8000000.I have the HSE timeout set to 2000msThe System clock is set to 192000000.On Sat, Jun 9, 2018, 5:52 PM john doe <st-microelectronics@jiveon.com>