Posted on May 17, 2011 at 09:49Which is the initialization on the STR912xx of the SSP0 when do I want interface with a ''MICROWIRE Serial Access EEPROM'' M93S66-W of the Stm ? The problem that I am meeting is on the correct operation of the pin80 - ...
Posted on May 17, 2011 at 09:34WARNING: On the library STM. In the module 91x_uart.c. Function ''void UART_ClearITPendingBit(UART_TypeDef* UARTx, u16 UART_IT)'' old line UARTx->ICR &= UART_IT; // NO! ICR only WRITE --> Always 0. new line UARTx->ICR ...
Posted on May 17, 2011 at 09:33WARNING: On the library STM. In the module 91x_rtc.c. Function ''void RTC_GetTime(u8 Format, RTC_TIME * Time)'' old line Time->seconds = BCD3ToWORD(Time->milliseconds); new line Time->milliseconds = BCD3ToWORD(Time->...
Posted on May 17, 2011 at 09:33Example software that from the problem. You read the line ''ReportToST.doc'' contained in STError.zip. Where do I be making a mistake? Best Regards
Posted on May 17, 2011 at 09:33My program have three routine of response to the interrupt: 1 routine) it is the routine of response to the interrupt TIMER0; programmed like PWM (VIC0). 2 routine) it is the routine of response to the interrupt TIMER3...