Freescale CodeWarrior : Register watchpoint on HCS08
I need to break the debugging when I-bit of SR (global interrupt mask) changes it's state. Freescale CodeWarrior 6.1 MCU: HCS08 ...
I need to break the debugging when I-bit of SR (global interrupt mask) changes it's state. Freescale CodeWarrior 6.1 MCU: HCS08 ...
I'm just getting started learning FreeScale DSCs (MC56F800x series). I've done some work with AVRs using both AVR Studio on Windows and Eclipse and avr-gcc on Linux. CodeWarrior is just not as intuitive. Right now I'm stuck trying to debug a simple program. I start the debugger using the built-in simulator, but it never reaches the fir...
Can somebody please tell me how to load the default target for a DSP 56800 project with FreeScale Codewarrior 5.9 ? Back in 4.2 there was a DSP56800 menu with a 'Load Default Target' option at the very top, but this seems to have disappeared in 5.9. I'm trying to load an S-file onto an inhouse board running this processor, using a newly ...
On my 8-bit Freescale HCS08 micro, whenever I call a library function that returns values to pointers I pass it, and I don't really want them, I threw in a NULL, e.g. UART_SendBlock((char *)txstr, strlen(txstr), NULL); The type of the last argument is uint16_t * and returns the number of characters actually sent, a value I don't care...
Hi, I have a list box where I set the items to be in a wrappanel in the ItemsPanel. Essentailly Im trying to have the item scale larger as the mouse moves over the item (Using EventTriggers animation). However since the items are in a warp panel, when they scale, the item is obscured by the next item in the listbox. I have tried chaign...