• SystemClock_Config issue on STM32f769NI only for 200mhz sysclk and higher
    Hi All, Due to CPU package change, I tried to change the CPU from Keil project configuration. But the new project does not work. So when I check the problem part, it is SystemClock_Config() where I...
  • C question regarding printf
    int temp 1 , temp2; temp1 = ((packet_analyze[i] << 56) & 0xFF000000); temp1 |= ((packet_analyze[i+1] << 48) & 0x00FF0000); temp1 |= ((packet_analyze[i+2] << 40) & 0x0000FF00); temp1 |= ((packet_analyze...
  • Questions Regarding CMSIS-DAP
    Note: This was originally posted on 25th July 2013 at http://forums.arm.com Working on a project to support CMSIS on a third party board with an M4F processor. Following the CMSIS documentation, it says...
  • a few questions regarding cygnal components
    hi, im using keil ver. 2.38a, c51 compiler ver. 7.06, the cygnal 80c51f124 and i have a few questions regarding the cygnal components: 1. when debugging code larger than 32k, there seems to be a...
  • C51 question
    Hey guys, why would I get the following errors if i comment out a piece of code? the code is in my main loop. *** ERROR L107: ADDRESS SPACE OVERFLOW SPACE: DATA SEGMENT: ?DT?PROCESS_TEL?PROCESS LENGTH...