自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 STM32F10X MCU U-boot porting

The idea and steps of porting U-boot to STM32F10x MCU.

2016-01-25 21:52:00 1506

原创 uboot relocation section .rel.dyn

show how U-boot relocation work and how to disable it.

2016-01-25 21:21:55 1465

原创 c语言中const volatile关键字 和 elf section的关系

编译器:arm-none-eabi-gcc1. const and rodata section先看c代码,apb_psc_table[8] 是个常量数组。static const u8 apb_psc_table[8] = { 0, 0, 0, 0, 1, 2, 3, 4 };unsigned long clock_g

2016-01-24 12:41:36 592

原创 uboot compile error with linaro gcc

I tried build u-boot with Linaro gcc on ST STM32 board. But I got error as:arm-linux-gnueabihf-ld.bfd: error: /home/gcc/lib/gcc/arm-linux-gnueabihf/5.1.1/libgcc.a(_lshrdi3.o): Conflicting arc...

2016-01-14 21:39:09 1095

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除