2018-03-09 02:36 AM
Hi!
I am currently developing a wireless sensor node with the STM32f746vgt6 MCU. As I understand from reading the data sheet it is possible to run the MCU on its internal oscillators instead of adding external crystal oscillators. However when trying to connect to the chip through a JTAG device, I cant get a connection...Therefore I am starting to wondering if I have miss interpreted the data sheet and that it must have external oscillators connected to the chip? I can not think of any other problem right now...Best regardsAnders Persson2018-03-09 04:55 AM
JTAG has it's own clock so you don't need external crystall. So it's an other issue
2018-03-09 05:03 AM
You're not putting the CPU into a low-power mode, are you?
And/or disabling the pins used by JTAG?
2018-03-09 05:12 AM
Hello
wippp
,please verify:
Best regards,
Tilen
2018-03-12 03:16 AM
Thank you for your fast response!
I have checked that the JTAG is properly connected and also measured continuity between my connector and the STM32f746vg pins.
Can I physically put the MCU in low power mode? And how do I know that it is in this mode? Either way I have tried to connect under reset without any success...
In the software I have tried to connect with booth JTAG and SWD.
Maybe it is some problem with the drivers for the JTAG device. It is a Mikroelektronika mikroprog programmer which they claim should work with the STM32f746vg MCU.
Best regards
/Anders