• would like to use #if
    if ((&x - &y) != 1889) // 1889 IS FIXED NUMBER do not change { // do not bypass/change, see comments above while (1) // do not bypass/change, see comments above { // do not bypass/change, see comments...
  • Help with ARM project in Keil
    I am tasked for with checking for valid UPC codes for a school assignment using ARM. I have no prior experience with assembly. After I am able to load the registers with the UPC code I am having trouble...
  • What instruction sets can the Keil Assembler assemble?
    I started out learning Thumb 2 , to program for the ARM Cortex M, and ended up buying a book on ARM assembly language, cuz I assumed it would be the same instruction set, but this book uses the GAS...
  • haii all...i have a problem with my keil stm32f103c8t6 code with sim800l...
    i m sending energy data to website using sim800l with keil ide.. the problem is i m able connect with internet but i m not be able send any data till now.. i have attached keil code please give me suggetion...
  • Way to identify the static stack frame size in a program
    Hi Experts, What is the way to identify the static stack frame size of the each routines in the C program ? For example, in GCC ARM mode compiled c program the disassembly code is generated and in that...