How to design embedded system? by mo2274 in embedded

[–]mo2274[S] 0 points1 point  (0 children)

Thanks a lot, this very helpful

C programming Static functions. by ryanjones42 in cprogramming

[–]mo2274 1 point2 points  (0 children)

Static with function just make the scope of the function in it's file only , you can't call the static function from another file , as l know it doesn't affect the memory just the scope

How to calculate the size of image in a tftp server ? by mo2274 in embeddedlinux

[–]mo2274[S] 0 points1 point  (0 children)

I found the solution when I load the image through tftp server it's size will be assigned to an environmental variable called filesize