Associate II
November 10, 2017
Question
External chip initialization through SPI problem
- November 10, 2017
- 1 reply
- 960 views
Posted on November 10, 2017 at 18:21
I have an STM32F103C8T6 uC and an ASIC chip with memory. They communicate with SPI interface, ST being the Master device. On the uC lies a Firmware by the vendor of the ASIC device. I have been trying to shape it to my hardware and development tools. I attached the initialization code, and some function declarations. I'm mostly concerned about the memset() function. In my opinion the function should initialize the memory of the ASIC, but to me it seems it doesnt. I am a little confused about it, or what to. I hope some more experienced eye can see what I dont.
Thank you in advance!
#stm32f103 #initialize-a-structure