Posted on December 19, 2005 at 09:42Does anybody have the driver or some examples for ST10F269 or ST10F276 to write and read in a SD-Card with the SPI port. Thank you
Posted on July 13, 2005 at 10:30Hello, I think that the best way for me is the first one you said. Do you think that i could find the Flash driver from Keil ? I need to have the sector erase driver, and the data save driver. Thank you.
Posted on July 13, 2005 at 09:32Hello I use a ST10F276 and Keil. I have configure my ST10 like the ST10F269. Here you can see my configuration. the IT_mesures_analogiques run every 500us. ADCIC = (14<SRCP0 = (int)(&ADDAT); ADCIE = 1; NB_ADCCH = 1; A...
Posted on July 12, 2005 at 09:28OK, but what i want to do is the following. during the execution of the programm, i would like to store some data in xflash (for exemple the number of boot of the st10), and i would like to be able read i after a rese...
Posted on July 12, 2005 at 07:09Hello, I work with Keil and ST10F276. I would like to store the bigger part of my soft in IFLASH and to locate some variables in XFLASH. During the reser, I would like to not clear the variables store in XFLASH to be ...