User Activity

Hi thereI want to do a write operation on ST10 flash. I'm using a example code from its datasheet. here is the code: FCR0H|= 0x1080; /*Set DWPG, SMOD*/   FARL = 0x0000; /*Load Add in FARL*/   FARH = 0x0000; /*Load Add in FARH*/   FDR0L = 0x0000; ...
Hi thereI've recently started working with st10f275 microcontroller. I am totally confused. I can't event find its datasheet! which compiler, ide, programmer should I use?Could anyone guide me? Thanks in advance.