Bosch Sensortec Community

    cancel
    Showing results for 
    Search instead for 
    Did you mean: 
    SOLVED

    BMP280 for testing SPI

    BMP280 for testing SPI

    embeddedNoob
    New Poster

    Hi,

    I'm trying to use the BMP280 to test the SPI pinouts on a new board.  I need something simple to get me started please.

    I am struggling with both the BMP280_driver-master and BMP2-Sensor-API-master APIs.  So am just looking for something simple that will allow me to test that I am receiving anything over SPI MISO.

    I have configured my SAMD51 using Atmel START, and believe I have the correct pinouts wired through to the BMP280 and Logic analyser.  I can see from the logic analyser that I am sending the Hex value that I expect to send - I can see it on the MOSI line, but there is nothing coming back on the MISO line.

    I'm sending 0xD0 to try to get the chip to respond with it's ID, but as you can see from the Logic analyser screenshot the BMP280 is not outputting anything.

    embeddedNoob_0-1668317137673.png

     

    This is the line of code I'm using to send the SPI write, which is based on Atmel's ASF4 :

    io_write(io, (uint8_t *)"Ð", 1); // sends 0xD0 over SPI

    (This use of the ASCII "Ð" shows you what a Noob I am.  There is surely a better way for that but it seems to work ok)

    I have also tried 0xF7 and 0x77 but same result.

    If someone can confirm that by sending that 0xD0 command over SPI that I should receive something back directly on the MOSI line then I can dig into if it's something to do with how I've configured the SPI settings or similar.

    Thanks!

    John

     

     

    2 REPLIES 2

    embeddedNoob
    New Poster

    Received help from another forum (https://www.avrfreaks.net/s/topic/a5C3l000000UkbdEAC/t192033?comment=P-1578538)- posting here so that it may help others:

     

    pointer buffSPI doesn't point to a valid buffer, it points to address 0x0000.

    Solution was to use:

    uint8_t recvBuffer[8];
    io_read(io, recvBuffer, 1);

    BSTRobin
    Community Moderator
    Community Moderator

    Hi embeddedNoob,

    Chip ID sohuld be read out in next 8 clock, please refer SPI waveform like this:

    BMP280 SPI waveform(read chip ID).png

    Icon--AD-black-48x48Icon--address-consumer-data-black-48x48Icon--appointment-black-48x48Icon--back-left-black-48x48Icon--calendar-black-48x48Icon--center-alignedIcon--Checkbox-checkIcon--clock-black-48x48Icon--close-black-48x48Icon--compare-black-48x48Icon--confirmation-black-48x48Icon--dealer-details-black-48x48Icon--delete-black-48x48Icon--delivery-black-48x48Icon--down-black-48x48Icon--download-black-48x48Ic-OverlayAlertIcon--externallink-black-48x48Icon-Filledforward-right_adjustedIcon--grid-view-black-48x48IC_gd_Check-Circle170821_Icons_Community170823_Bosch_Icons170823_Bosch_Icons170821_Icons_CommunityIC-logout170821_Icons_Community170825_Bosch_Icons170821_Icons_CommunityIC-shopping-cart2170821_Icons_CommunityIC-upIC_UserIcon--imageIcon--info-i-black-48x48Icon--left-alignedIcon--Less-minimize-black-48x48Icon-FilledIcon--List-Check-grennIcon--List-Check-blackIcon--List-Cross-blackIcon--list-view-mobile-black-48x48Icon--list-view-black-48x48Icon--More-Maximize-black-48x48Icon--my-product-black-48x48Icon--newsletter-black-48x48Icon--payment-black-48x48Icon--print-black-48x48Icon--promotion-black-48x48Icon--registration-black-48x48Icon--Reset-black-48x48Icon--right-alignedshare-circle1Icon--share-black-48x48Icon--shopping-bag-black-48x48Icon-shopping-cartIcon--start-play-black-48x48Icon--store-locator-black-48x48Ic-OverlayAlertIcon--summary-black-48x48tumblrIcon-FilledvineIc-OverlayAlertwhishlist