Posted on May 17, 2011 at 13:21Hello Forum and ST Support team, i've used the eeprom emulation example in my project. so far everthing is working, what I don't understand is how the compiler is forced not to overwrite the memory area where the data ...
Posted on May 17, 2011 at 13:14Hi folks, i am having an isue using the virtual com port project. In my project i sat up both buffers to 64 bytes. Data is send in portions of 60bytes. Sending form device to host (count_in, buffer_in) is no problem. S...
Posted on May 17, 2011 at 13:14It seems very much like a bug!! The rub is in the Callback-routines. Maybe this is only a workaround to real problem but it works! This is the new Callback: (all in bold is added/changed) count_out += GetEPRxCount(ENDP...
Posted on May 17, 2011 at 13:14Hi folks, can any one please tell me how to use the former __SETPRIMASK(), __RESETPRIMASK() with the new CMSIS? The according function is now _set_PRIMASK(u32 argument). But what argument do i need to get the same resu...