• uVision copy from debug
    Is anyone else having an issue when attempting to copy from the debug window in Windows 7/Xp? If I copy to clipboard all I end up with is a heap of \r\n with no content, likewise if I save to file...
  • Cody copy to RAM on startup?
    I am trying to get a custom bootloader to run from RAM only and so we modified our scatter file to be as follows: LR_IROM1 0x00000000 0x00007FC8 { ; load region size_region ER_IROM1 0x00000000 0x00007FC8...
  • Garbage when copy/pasting from uVision to Skype
    Hello! why do I get garbage text when I paste code from uVision to Skype? It is only when I copy/paste directly from uVision. If I copy/paste to some text editor (like programmer's notepad), make...
  • Startup file uvision v5.26
    I got a project folder for STM32f3 Discovery board (I dont know in which IDE is written), the folder consists of the following subfolders (CMSIS, FreeRTOS, Inc, Src, STM32F30x_StdPeriph_Driver). I can...
  • copying from an pointed address
    Hello, I'm trying to implement a code which copies a part of a string which is pointed to by a char (*outr_message), and adds it to an unsigned-char (UART1_error_format). For example: if *outr_message...