User Activity

Posted on July 27, 2016 at 11:13Hi: I used STM32F401RE nuclo board test RDP found that if i changed RDP level0 to level1 ,the code can't run. At the same time,i used the st-link utility to test it,found same question,i download the hex(LED demo) the...
Posted on October 15, 2014 at 01:16Now ,I use the  IEC60335_STM8Scome from ST,I encountered some problems.I use the STM8S FOR IAR torebuilt the demo ,In a pity,i find that there are some error.The MCU is STM8S903K3 ,theerror is unable to complete ''...
Posted on December 27, 2013 at 02:31hello : i  can download my java application to STM32F407 eval board, i saw STM32F429 also supported it on www.is2t.com . however,on IS2T'S website i found not STM32F429 EVAL board on the java kickstart platform,yo...
Posted on December 11, 2013 at 08:02hello : I buy the STM32F40G-JAVA eval board,i got a problem when i used the MricoEJ to develop the project. I read the STM32Java-UI-PACK user's Manual,In the 7.2.4 it shows that how to edit stroyboard, i did it fo...
Posted on October 17, 2013 at 12:53hello: i used the STM32F439 control#define GUI_NUMBYTES  (1024 * 1024*2)/* 32 bit aligned memory area */U32 extMem[GUI_NUMBYTES / 4];void GUI_X_Config(void){   GUI_ALLOC_AssignMemory(extMem, GUI_NUMBYTES);}In the S...