Karl: > When not all bsdl files are present, some parts get the wrong part name.
Just sent a patch to fix that. Before fix: > When the CortexM3 file is missing: > > Device Id: 00111011101000000000010001110111 (0x3BA00477) > Unknown manufacturer! (01000111011) (/usr/local/share/urjtag/MANUFACTURERS) > Device Id: 00000110010000100000000001000001 (0x06420041) > Filename: ./STM32F1_Low_Med_density_value_LQFP48.bsd > jtag> print chain > No. Manufacturer Part Stepping Instruction > Register > ------------------------------------------------------------------------------------------------------------------- > 0 STM32F1_Low_Med_dens (none) > (none) > * 1 STM32F1_Low_Med_dens BYPASS > BYPASS ... After fix: Device Id: 00111011101000000000010001110111 (0x3BA00477) Unknown manufacturer! (01000111011) (/usr/local/share/urjtag/MANUFACTURERS) Device Id: 00000110010000100000000001000001 (0x06420041) Filename: ./STM32F1_Low_Med_density_value_LQFP48.bsd jtag> print chain No. Manufacturer Part Stepping Instruction Register ------------------------------------------------------------------------------------------------------------------- 0 (none) (none) * 1 STM32F1_Low_Med_dens BYPASS BYPASS Regards, /Karl Hammar _______________________________________________ UrJTAG-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/urjtag-development
