• need understanding on keil coding
    hi everyone im new to keil............. ok i come across with this code on my research on keil coding and my c++ is very terrible so i want to understand the codding for better use some.... i hope u...
  • Struggly to understand data memory overflow - Need help
    Hi - I am struggling to 'fit' a project onto an 8052 derivative (AT89S8252) part with the standard 8K code space and 256 bytes of data memory. The build log information is complaining about data address...
  • STM32F107 - NVIC - Priority
    Using a STM32F107VC (on the MCBSTM32C) I am able to setup and run an interupt driven peripheral. However, I am unable to set the priority of that interrupt using the 'Standard Peripheral' functions...
  • HardFault_Handler after NVIC access.
    Used hardware: KEIL ARM MCB1700, eval How can the line: NVIC_EnableIRQ(UART0_IRQn); create an error HardFault 715: NVIC_EnableIRQ(UART0_IRQn); 0x000024B0 2005 MOVS r0,#0x05 0x000024B2 F000F9AF...
  • NVIC first cycle operation
    Note: This was originally posted on 10th May 2010 at http://forums.arm.com Hi,    I have read the Arm_cortexm3_r1p1_trm.pdf for NVIC understanding. In that one sentence is given on page 5-13 "The NVIC...