2019-01-16 11:00 PM
Hi, Is there any support for the STM3240G _EVAL using SPI? I tried with the C:\STM32Cube_FW_F4_V1.23.0\Projects\STM32F4-Discovery\Examples\SPI\SPI_FullDuplex_ComPolling as there is a document that state this can be used for STM3240G_EVAL board but it doesn't work, is there any support for it?
Besides I have tried the example from C:\STM32Cube_FW_F4_V1.23.0\Projects\STM324xG_EVAL\Examples\UART\UART_Hyperterminal_DMA but the example doesn't work properly.
The aRxBuffer doesn't store any of the data from the keyboard.
Is there any example or support?
Thanks,
SKY
2019-01-17 06:20 AM
For the RS232 on the EVAL boards you might want to double check the jumper settings/options.
ST generally provides direct support through their FAE and sales channels.
2019-02-11 09:52 PM
Hi, I have checked the jumper setting but it still not working as what the examples stated. For instances, the 10 characters from keyboard should appear on the cmd. The end purpose for this is to have STM3240G _EVAL with SPI but there is no examples in the folder STM32Cube_FW_F4_V1.23.0\Projects\STM324xG_EVAL\Examples\SPI , it only have readme.txt which is totally not helpful at all.