Posted on February 25, 2004 at 12:47Hi Kenshin. Looking the ST10F276 DataSheet, page 71, chapter 9.4, I found that if the frequency is higher than 40 Mhz, the WMS value should be 0001b (1 wait state). Could be here the trouble? Regards, Daniel.
Posted on February 23, 2004 at 12:46Hi all, I'm using Tasking compiler for the ST10F276 micro. I've found that program/erase flash registers are not defined, and I have some doubts about how to define them. Please, if anyone knows if the definition ...
Posted on February 23, 2004 at 12:41Hi all! I'm working with the ST10F276, and I'm having accessing to XFLASH. What I do to activate it is: SYSCON.XPEN = 0 XPERCON.XFLASHEN = 1 SYSCON.XPEN = 1 Currently: SYSCON = 0x0617 ;;; XPERCON = 0x002D This doe...