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 [2019/09/24 22:03]
127.0.0.1 external edit
manual:ports [2020/03/25 11:53]
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 =====
Line 26: Line 22:
   * [[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