• LPC2378 - writing to FLASH with IAP crashes
    I've written and read from Flash with an LPC2148 without issues. I went to put this code into the LPC2378 and it locks up every time I try to do anything. unsigned char vals[256]; . . . erase (10...
  • LPC2378 - writing to FLASH with IAP crashes
    I've written and read from Flash with an LPC2148 without issues. I went to put this code into the LPC2378 and it locks up every time I try to do anything. unsigned char vals[256]; . . . erase (10...
  • error when using Conditional instruction - STM32f103
    Hi every body ! I have a problem when using inline assembler instruct in C function. T'm using Keil MDK V7.52 with STM32f103 family. I know that cortex M3 supports conditional instruction such...
  • error when using Conditional instruction - STM32f103
    Hi every body ! I have a problem when using inline assembler instruct in C function. T'm using Keil MDK V7.52 with STM32f103 family. I know that cortex M3 supports conditional instruction such...
  • STM32F103 How enter StopMode when using RTX operating system
    I use RTX operating system, STM32F103, I want to enter StopMode. I use library function "PWR_EnterSTOPMode(PWR_Regulator_LowPower, PWR_STOPEntry_WFI);" , but the program jump to HardFault_Handler...