2011-04-11 12:23 PM
Boundary Scan failure
2011-05-17 05:31 AM
I think the problem on you're green line is just that the boundary scan device does not have a nice decoding string within the Segger tool, it shows up in Google as an ST device, and you are programming the core not the boundary chain.
You should check that the STM3210E-EVAL template is even remotely valid for your board, it has external RAM and NAND/NOR FLASH. You should check the flash algorithm you picked in the debugger/flash section matches the flash characteristics for your new part. Calling out your exact part number might help with your request. It looks to be an XL part, which definitely have a different flash configuration than the classic STM32 parts. http://www.st.com/stonline/products/literature/rm/13902.pdf+ # XL line devices, Rev A + set _BSTAPID6 0x06430041
2011-05-17 05:31 AM
Thanks. We were assuming that our template was valid, and it was not. We now have all of the values from the hardware vendor.