User Tools

Site Tools


manual:ports

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
manual:ports [2018/12/10 11:49]
voorburg [Available Ports]
manual:ports [2020/11/19 12:05]
voorburg [Available Ports]
Line 1: Line 1:
 ====== Port Specifics ====== ====== Port Specifics ======
- 
- 
  
 The bootloader program is always present in non-volatile memory of the microcontroller. This means that after programming the user's program, there are altogether two programs present. Both programs need to be able to activate each other and they typically share resources such as the interrupt vector table. The bootloader program is always present in non-volatile memory of the microcontroller. This means that after programming the user's program, there are altogether two programs present. Both programs need to be able to activate each other and they typically share resources such as the interrupt vector table.
- 
- 
  
 How this is handled by both the bootloader and the user's program for a specific port is described in this part of the manual. How this is handled by both the bootloader and the user's program for a specific port is described in this part of the manual.
  
 +Note that the OpenBLT bootloader includes a microcontroller port template. Using this template as a starting point you can easily add support for a new microcontroller family yourself. Refer to [[https://​www.feaser.com/​en/​blog/?​p=352|this blog article]] for more details.
  
 ===== Available Ports ===== ===== Available Ports =====
  
-  * [[manual:​ports:​arm7_lpc2000|ARM7 for LPC2000]] 
   * [[manual:​ports:​armcm0_stm32|ARM-CM0 for STM32F0]]   * [[manual:​ports:​armcm0_stm32|ARM-CM0 for STM32F0]]
   * [[manual:​ports:​armcm3_stm32|ARM-CM3 for STM32F1]]   * [[manual:​ports:​armcm3_stm32|ARM-CM3 for STM32F1]]
Line 20: Line 15:
   * [[manual:​ports:​armcm4_stm32|ARM-CM4 for STM32F4]]   * [[manual:​ports:​armcm4_stm32|ARM-CM4 for STM32F4]]
   * [[manual:​ports:​armcm7_stm32f7|ARM-CM7 for STM32F7]]   * [[manual:​ports:​armcm7_stm32f7|ARM-CM7 for STM32F7]]
 +  * [[manual:​ports:​armcm0_stm32g0|ARM-CM0 for STM32G0]]
 +  * [[manual:​ports:​armcm7_stm32h7|ARM-CM7 for STM32H7]]
   * [[manual:​ports:​armcm4_stm32l4|ARM-CM4 for STM32L4]]   * [[manual:​ports:​armcm4_stm32l4|ARM-CM4 for STM32L4]]
   * [[manual:​ports:​armcm3_lm3s|ARM-CM3 for LM3S]]   * [[manual:​ports:​armcm3_lm3s|ARM-CM3 for LM3S]]
Line 26: Line 23:
   * [[manual:​ports:​armcm0_xmc1|ARM-CM0 for XMC1]]   * [[manual:​ports:​armcm0_xmc1|ARM-CM0 for XMC1]]
   * [[manual:​ports:​armcm4_xmc4|ARM-CM4 for XMC4]]   * [[manual:​ports:​armcm4_xmc4|ARM-CM4 for XMC4]]
 +  * [[manual:​ports:​armcm0_s32k11|ARM-CM0 for S32K11]]
 +  * [[manual:​ports:​armcm4_s32k14|ARM-CM4 for S32K14]]
   * [[manual:​ports:​hcs12|Freescale HCS12]]   * [[manual:​ports:​hcs12|Freescale HCS12]]
  
  
manual/ports.txt ยท Last modified: 2023/11/10 18:23 by voorburg