Posted on May 17, 2011 at 09:33Hi, The UART sample (from STR71x Standard Software Library) works fine on the STR7-Eval board (mb393) But when UART_Config( BaudRate == 115200), I got GIBRISH. Do you have any idea? Thanks, /S
Posted on October 16, 2006 at 08:13Hello, I’m using the STR7-RVDK with the STR7 Eval Board MB393. Can I use the same tools with IAR STR711 KickStart Board? Thanks, Shlomo
Posted on October 03, 2006 at 10:59Hello, Can I read FLASH content using a simple “C� assignment instead of FLASH_read API? (for instance : int value = v1; while int v1 located in 0x400c2500) Thanks, Shlomo
Posted on August 08, 2006 at 12:18Hi AnisAs, 1) Can I locate the code in the ram, like scat_armr ? 2) is it correct that even When no program is running (just power on while boot from RAM) the PC host should recognize the USB ? or we must some USB i...