Open paulreimer opened 8 years ago
I just added the same patches that were needed for EMW3165, into the EMW3162 platform patches. I don't have an EMW3162, so I can't test this myself.
I am using this patch for emw3165+wiced-3.5.2 setup. While using SPI5 I am completely stuck for last 4-5 days. 1) emw3165 has spi5_MOSI pin as 29 , while the patch is using 31 2) basically everytime I am reading some register from slave device I get same result which corresponds to 0x00 register, so MISO/ clock/ CS are all working fine, but MOSI of spi5 is not working any suggestion will be a great help. Our manufacturing divison already made 50 pieces of emw3165 based boards with MOSI at 29 following official documentation.
This builds a
snip.apsta
(and any of my custom apps) successfully with the new WICED 3.5.2 SDK. I'm a few KB over budget in my.text
section, which had a few KB to spare with WICED 3.3.1, so it seems the libraries have grown in size a bit.Also, I noticed that some of my apps are running a bit slower through the event loop.
Also, there is lots less to patch in this version, since SPI4 and SPI5 are (almost) fully supported (the IRQs were missing, but I retained that in the SPI patch).