Posted on May 17, 2011 at 09:31that's works well !! Thanx stevejamal :D I have a little problem :when I want to change TIM_CLK_APB in order to increase my frequecy of timer, the timer is blocked (no interruptions) ? (with oscillator of 25mhz). Can't...
Posted on May 17, 2011 at 09:31hi all ! i would like to know how to implement a 16bit counter with the st libraries. in fact, in functions, there's no timer mode as counter possible (just compare, pwm, etc, see 91x_tim.h ) ?? Have you any example ? ...
Posted on March 27, 2007 at 06:08Hi all, I used the ''Transmit fifo empty flag'' interrupt in order to solve it . That's better, not perfect ! :( I would like to ask to St moderator if the problem of disalignement of spi data is well known and can i...
Posted on March 22, 2007 at 11:02I think too that the best way should be to monitore the status of /SS pin. I'm gonna to try this way. but, maybe, another solution should be using the ''Transmit fifo empty flag'' Interrupt TIE:01. to see .... So tha...
Posted on March 22, 2007 at 07:20 hi volius, So, in the It of a timer (each 16KHz), i fill the Tx fifo as : Code: BSPI1->TXR = (u16 ) Tx_Spi[inc++]; But when i begin my spi link, seems to be when i enable bspi periph, I ...