21 reputation
3
bio website
location Pune, India
age 23
visits member for 1 year, 2 months
seen Sep 10 '12 at 13:02
stats profile views 2

Hello Techies!!

I am an electronics engineer with special interests in embedded systems. I program in C and have working knowledge of C++ for microcontroller based systems specializing in metering, data acquisition, interfacing etc. I have worked on 8051, AVR, MSP430, ARM, TI DSPs and OMAP. Linux and RTOS also add up some spice to my work!

Thanks for visiting my profile! Keep answering!


Aug
27
comment Automating linker file change
1. Data segment is not being checked. 2. -HFF linker command is to fill unused flash with 0xFF. Calculating checksum over entire flash is working well but its taking some extra time. Over 1 sec :( Unacceptable.
Aug
27
comment Automating linker file change
We can define labels for certain segments in the linker and use them in code, but that is useful when address ranges are fixed. I was actually finding if there was any way that would reflect the changes in the code address range other than the map file so as to avoid manually editing linker file.
Aug
27
comment Automating linker file change
-H flag is used for the fill. It fills the unused code segment portion with 0xFF, so the checksum works for entire flash. This also has an overhead of increased calculation time. I just wanted to know if we can autimatically set the ranges.
Aug
27
awarded  Supporter
Aug
24
awarded  Student
Aug
24
asked Automating linker file change
Mar
26
comment Multiplexing serial line
@clabacchio Ok. I'll be careful from next time.
Mar
23
comment Multiplexing serial line
Apologies if you find the language being improper. I just used the default format. Can you pls tell where the actual problem lies?
Mar
23
awarded  Editor
Mar
23
revised Multiplexing serial line
added 110 characters in body
Mar
23
answered Multiplexing serial line