2017-01-25 04:55 PM
I have 'Getting started with STM32F4xxxx MCU hardware development' pdf. It is from December 2016, probably the newest. In page 30/40 Table 8 there are 5 pins needed for programming? Five pins. But on the next page in Fig 14, there are 6 pins going from JTAG connector to the CPU.
nRSTIN is not listed. What should I do with it?
#nrstin2017-01-25 05:13 PM
I read forward and noticed schematic of an other STM32F4 device. There is also CPU reset signal. It is possible that nRSTIN is that. But it is not very obvious from the name, so it would help if someone is able to confirm what the signal really is.
2017-01-25 10:49 PM
Hello,
You can refer to the
schematic
and reference manual related to your device for more clarification about the pin assignement.Regards
Imen
2017-01-26 01:42 AM
nRSTIN (alias NRST) = 'not Reset' for the Controller
nJTRST = 'not JTAG Reset'
The Naming can vary a little bit, so you can find in same Documents from STM JNTRST and nJTRST meaning the same Pin.
2017-01-26 03:18 AM
Hello mich.lei,
Indeed,
nRSTIN is named '
NRST' in
the other documents: datasheet, schematic.
Regards
Imen