• How to create a makefile, which will do the same job as Keil build.
    I'm working on STM32f0xx (CM0), and using keil to build the project and getting hex file. I want to write a makefile which will do the exact same job.
  • Job Opportunity
    3-6 month contract opportunity available in Florida. REQUIREMENTS: *1 year experience with Keil 8051 IDE using C *Experience with VC++ *Software Engineer with a little Hardwae Experience. ...
  • Job opening
    Hello List, I would like to point to a job opening relevant to this group: www.brukeroptics.com/career_us_emb_software_engineer0.html Thanks.
  • I have same question,but can't found answer
    RE: monitor ST10 Moulinier jean marc Hi bruno, thanks for your answer! But i have a problem : I create and configure my monitor like you say, but when i click on debug button, it begin to load the...
  • Local varible in same address
    Hi All I write a function like this test.c void a(U8 val) { U8 ch=0; dev[ch].fun1(val); <--this is a function pointer , it will call the b function dev[ch].fun2(val); <--Fail here ...