Posted on November 26, 2013 at 13:28 Hello Mr Clive, Thanks for your input/advice.. Actually I tried with bit addressing concept to work on SPI with STM32, interfacing Texas TSC2046 - Touch Screen Driver. Here I didn't use the Internal SPI f...
Posted on November 22, 2013 at 10:35Hello Clive, I changed the code as per your inputs and is as below. With this code I am just looking for sending Clock and Data out signals to a slave from SPI1 pins. Or you can say on PORTA_SPI1 pins. This is als...
Posted on November 21, 2013 at 12:40
Hello,
Do we have to connect the SPI CLK, MOSI, MISO to any Pull up or Pull Down Externally.
Hope STM32F103ZG supports only
GPIO_InitStructure
.GPIO_Pin;
GPIO_InitStructure
.GPIO_Mode
...
Posted on November 21, 2013 at 07:38Hello Clive,I have done changes, as per your inputs by calling two Functions as below, after SPI_Ini() in main().. GPIO_PinRemapConfig(GPIO_Remap_SPI1, ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_SPI1, ENABLE);...
Posted on November 20, 2013 at 13:49Hello Clive, I am not able to get SPI1 signals on STM32F103ZG. I referred many of the STM32 Forum discussions, but I am not able to get the Clock or Data signals on SPI1 pins of STM32F103ZG on PortA Pin 5, 6 ,& 7....