Цитата(Yaumen @ Apr 5 2010, 17:50)

В процессе работы программы для LPC2366 обнаружена несанкционированная модификация ячейки памяти. Можно ли в uVision 3 поставить точку останова с условием на запись в конкретную ячейку памяти, для обнаружения проблемного участка кода?
Если можно, то как?
В uVision 4 точно можно. Смотреть в хелпе uVisionIDE User's Guide ->Debugging->Debug Windows and Dialogs-> Breakpoints
When a memory Access (Read, Write or both) is selected an Access Break (A) is defined that becomes active when the specified memory access occurs. You can specify the size of the memory access window in bytes or object size of the expression. Expressions for an Access Break must reduce to a memory address and memory type. The operators (&, &&, <. <=. >, >=, = =, and !=) can be used to compare the variable values before the Access Break halts program execution or executes the Command.