{"id":1142,"date":"2020-08-27T09:27:43","date_gmt":"2020-08-27T09:27:43","guid":{"rendered":"https:\/\/ibex.tech\/embedded\/?p=1142"},"modified":"2024-07-18T15:47:35","modified_gmt":"2024-07-18T14:47:35","slug":"spi-pic16","status":"publish","type":"post","link":"https:\/\/ibex.tech\/embedded\/microchip\/mplab-x\/mcc\/peripherals\/pic16-peripherals\/spi-pic16","title":{"rendered":"SPI (using MCC)"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Example usage<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>#include \"mcc_generated_files\/spi2.h\"\n\n\/\/INITIALISE\n\tSPI2_Open(SPI2_DEFAULT);\t\t\t\/\/SPI2_DEFAULT is the configuration we selected in MCC\n\t\n\n\/\/TRANSFER\n\tuint8_t Result&#91;2];\n\tIO_AD7478_CS = 0;\n\n\tResult&#91;0] = SPI2_ExchangeByte(0x00);\n\tResult&#91;1] = SPI2_ExchangeByte(0x00);<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Example usage<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[130,136],"tags":[],"class_list":["post-1142","post","type-post","status-publish","format-standard","hentry","category-pic16-peripherals","category-spi-xc8-compiler-pic16"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/posts\/1142","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/comments?post=1142"}],"version-history":[{"count":3,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/posts\/1142\/revisions"}],"predecessor-version":[{"id":1563,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/posts\/1142\/revisions\/1563"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/media?parent=1142"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/categories?post=1142"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/tags?post=1142"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}