This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ULINK2 standalone programmer software

hi,

is there a possibility to programm files on an stm32f2 with the ULINK2 without installing the complete uvision IDE? i did not found a standalone programmer software. did i miss something? is there a way to achieve this?

i'm during development of a programm and maybe a customer has to programm the STM32. i will give him an ULINK but it is very uncomfortable if he has to install the complete IDE just for programming

thanks for your help

  • i'm during development of a programm and maybe a customer has to programm the STM32. i will give him an ULINK but it is very uncomfortable if he has to install the complete IDE just for programming

    from the flash programming manual:
    System memory is used to boot the device in System memory boot mode. The area is
    reserved for use by STMicroelectronics and contains the boot loader which is used to
    reprogram the Flash memory using the USART1 serial interface. It is programmed by
    ST when the device is manufactured, and protected against spurious write/erase
    operations. For further details please refer to AN2606.
    In connectivity line devices the boot loader can be activated through one of the
    following interfaces: USART1, UART4, CAN1, USB OTG FS in Device mode (DFU:
    device firmware upgrade) and Ethernet.

    this is how the majority allow customers to program

    but if you have to go JTAG
    ST has a cheap adapter and the needed free software to JTAG program the devices

    Erik