• ADuC703x device
    Hi, I am having the following doubts regarding ADuC703x device. Pls clarify the same.. 1. In the data sheet, it was mentioned that this device is having 2 K of flash memory for bootloader. my question...
  • facing problem while flashing the device
    When i am trying debug(Flash) my new device stm32f070f6p6 with the keil through the programer st-link, the "Flash timeout: reset the device and try again" message box appears. Please suggest me the...
  • problems being faced while using printf() statements
    can anybody please help me as i am facing problems using printf() statements as i am not understanding how i will print the statements on the console. can anyone provide us with the steps for console...
  • Facing issue while Prefetching the data
    for(y=0;y<height;y++) { a0 = vld1_u16 (&p[width*0]); // a0 - a10 = 16x4 vector and width is 32 bit integer a1 = vld1_u16 (&p[width*1]); a2 = vld1_u16 (&p[width*2]); a3 = vld1_u16 (&p[width*3]); a4 = vld1_u16...
  • i am facing problem in code?
    I am new to the arm & I was writting the code in keil to store the number using DCD but i am unable to store it & instead it j ust store some number so where is my code wrong? area prog1,code,readonly...