Re: [libopencm3-devel] libopencm3, spi and stm32f103

2016-04-28 Thread kristoff
Hi Karl, On 28-04-16 10:58, Karl Palsson wrote: > Comments inline... (...) >> 2/ >> Concider a scenario where you need to write two bytes over SPI. >> Then the following code looks logical: >> --- cut here --- cut here --- cut here --- >> gpio_clear(nss_gpioport,nss_gpios); >> spi_send(SPI0, da

Re: [libopencm3-devel] libopencm3, spi and stm32f103

2016-04-28 Thread Karl Palsson
Comments inline... kristoff wrote: > Hi, > > > I have been continuing to get the MFRC522 library ported from > wiring/mbed to libopencm3. > > The the issue off linking the cpp library is solved (see > earlier messagen thx for the offlist reply) but I found quite > few issues with the SPI-libra