2019-09-09 05:40 AM
2019-09-10 01:20 AM
From the datasheet (this is for 'H743, look into datasheet of your mcu, it will be the same):
JW
2019-09-09 06:35 AM
Perhaps look at the data sheet?
The BOOT pins?
The boot loader is explained in App Note AP2606
2019-09-09 07:23 AM
What is ICP/ICSP?
JW
2019-09-09 08:51 AM
I think we're dealing with ATMega, Arduino terminology
ICP- In Circuit Programming
ICSP- In Circuit Serial Programming
2019-09-09 09:14 AM
In the AVR - or more precisely, the Atmel world, as it relates also to the serially-programable Atmel '51s (AT89S, AT89LP) - ISP was the term. I don't recall ever having heard ICP in this context. And, to me, ICSP invokes Microchip PICs, and should we go by analogy I'd then say the SWD pins are the in-circuit serial programming pins on the STM32.
(Quite strangely, AVRs thus Arduino has Microchip-relevant ties these days maybe that's the reason for the rename?)
JW
2019-09-09 10:55 AM
People, who are not able to search "STM32 debug pins" with Google and find out about SWD, will not be able to program such a complex chip as STM32H7. And it's so typical for Arduino level "developers" to think: "I'll buy the newest, trendy, most powerful chip, because it's not much more expensive and I need to do serious tasks - blink LEDs with delay, poll buttons and even poll for USART received data simultaneously!"
2019-09-09 10:46 PM
I referred the App Note AP2606, but i didn't get the information required. I would like to know, the pin details where exactly the ISP pin is located in STM32H753ZI MCU?
2019-09-09 10:56 PM
We still don't know what exactly do you mean by ISP.
STM32 can be programmed either using the debug interface - SWD or JTAG - or through bootloader. For former, review the Debug infrastructure chapter in Reference Manual (RM); for latter, refer to AN2606.
JW
2019-09-09 11:38 PM
In-System Programming (ISP) and In-Application Programming (IAP) via on-chip boot loader software. To set forcefully in to boot loading mode through hardware, where can i found this pin in pin details of STM32H753ZI MCU?
2019-09-10 01:20 AM
From the datasheet (this is for 'H743, look into datasheet of your mcu, it will be the same):
JW