Posted on November 15, 2011 at 12:33I need( from some reason) to get always the same size of bin file.I've tried to create other flash-section and fill it with some value.As last section I added following.. .added : { FILL(0xAB); . = ALIGN(0...
Posted on June 29, 2011 at 13:44The function uint32_t revbit(uint32_t data) doesnt work for me.I get the same data as were inserted.I was trying debug it, Assembler part - asm(''rbit r0,r0''); - works but function doesnt return register R0.Thanks.