• __ram attribute error
    when I compile this void foo (void) __ram { } compiler gives an error : #130: expected a '{' when I remove __ram attribute, it's OK, so the error is not from a preceding error. Whats wrong...
  • CARM: can I use __swi and __ram together?
    I want to use IAP functions to program a sector of flash, but my program is running in the flash. So I'm using __swi to execute the function as a software interrupt so it will turn off interrupts during...
  • problem
    i use keil arm rvct and have small problem RVCT have no #pragma pack(1) but when i got program from my friend i didnt see this program and RVCT didnt say warning about this command - and i have problem...
  • Problem in problem burning
    Hello everyone, I have purchased LPC2478 development board from EMBEDDED ARTISTS. I want to know how to program the controller. My basic questions are 1. Which method to be used? (USB/SERIAL...
  • FMC problem
    Hello Every one, I am starting a new project and I am using the FMC peripheral in order to communicate with a LCD TFT. I have configured the pins in the STM32cube mx ,and checked on my board the...