Posted on September 21, 2007 at 05:04Hello, I am working with the STR710 and the IAR compiler. My application runs with FreeRTOS and the ST USB lib. The USB lib is changed to fit our needs. Two interrupt endpoint and two bulk endpoints, one in each ...
Posted on September 17, 2007 at 10:18Hello Anyone who successfully has migrated to version 5.1 from 4.4x? I have problems with the ILINK, it places most of my variabls in external memory and does only use 1/8 of the internal memory. Can anyone help?...
Posted on February 14, 2007 at 09:55Hello, I am trying to make a software reset, after reprograming the flash. But it is not working every time. The function look like this: __ramfunc void Reset(void) { RCCU->CCR |= RCCU_EN_HALT | RCCU_SRESEN; RCC...