This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

implements a first - in last - out (FILO) queue of length

Hi, I would like to write a stm32f4 discovery code using First In Last Out queue of any length. I am initially confusing what is the main communication protocol should i use USART or SPI or I2C etc......I would like to use Vbat voltage sampled once per second as long as space exists in the queue. Please anyone give some light at the beginning for this confusion...

Parents
  • So from what type of program that i can use to implement the FILO queue....? Could you please help me to figure it out....Okay i got it..i can use any communication protocol for this? Because i would like to transmit and receive some bits. What should be the best idea that i can implement in stm32f4 ?

Reply
  • So from what type of program that i can use to implement the FILO queue....? Could you please help me to figure it out....Okay i got it..i can use any communication protocol for this? Because i would like to transmit and receive some bits. What should be the best idea that i can implement in stm32f4 ?

Children