I'm new and I'm not so expertise, so sorry for my (maybe) silly question. I have to program my STR730 Flash memory using Uart. I'm using Iar Emebedded Workbench IDE rel. 5.0. I'm trying to use the example shown in AN2078 (downloaded from ST website), but some errors occured when I compiled. In particular, inside ''init_table.s'' gives me problem: I change RSEG CODE1: ROOT and replace with: RSEG CODE1:CODE (I don't know if it is correct), but some errors disappear. Now my last compiling error is: Error[109]: Expression is too complex for line: DCD sfe(CODE_ROM) - sfb(CODE_ROM) Someone can help me? Thanks