• ADuC814 ... printf usage disables DAC usage ??
    Im testing the uVision3 v8.16 IDE in connection with ADIs original ADuC814 eval board. When driving the DACs, everything works as long as IÂ'm NOT using printf. Does printf reset the DAC settings...
  • ADuC814 ... printf usage disables DAC usage ??
    Im testing the uVision3 v8.16 IDE in connection with ADIs original ADuC814 eval board. When driving the DACs, everything works as long as IÂ'm NOT using printf. Does printf reset the DAC settings...
  • Problem regarding printf
    My program is as follows: void main(void) { char far *ptr; ptr = 0x200000; printf("ptr = %p\r\n", ptr); while(1); } I simulate it with Keil debugger, the result is as follows: #1 After executing...
  • Problem regarding printf
    My program is as follows: void main(void) { char far *ptr; ptr = 0x200000; printf("ptr = %p\r\n", ptr); while(1); } I simulate it with Keil debugger, the result is as follows: #1 After executing...
  • Regarding usage of Secure USB drive with Keil MDK ARM middleware
    Hi all, Is Keil MDK ARM middleware able to work with Secure USB drives? Our platform is STM32F4 based. Normal USB drive works in our hardware and we have successfully tested it. We are now thinking...