Hello, I am in the development of a project that we need our BLUENRG-M2SA device to be configured as a Slave device (PERIPEHRAL role) and connected to two different Masters devices (two different Mobile Phones).My questions are:Is this supported by t...
Hello,I am using STM32F401 and specific SPI_TxCloseIRQHandler : * @version V1.1.0 * @date 19-June-2014As slave, this function fails in this:/* Wait until Busy flag is reset before disabling SPI */ if(SPI_WaitOnFlagUntilTimeout(hspi, SPI_FLAG_BSY,...
Posted on August 24, 2015 at 11:15Hello, Can anybody help in order to setup the USART1 on this controller? I have a ST NUCLEO dev. board with this Microcontroller. I don't want to use the Cube generator. I want to use the stdperiph driver without ha...
Posted on January 16, 2015 at 06:58Hello, I am using an stm32f4-discovery board with MCU stm32F407. My intention is create a project using the STM32CubeMX c generator using both RTOS and USB Middlewares. I want to be able to see in my Device Manager...
Posted on January 15, 2015 at 14:34Hello, I am using an stm32f4-discovery board with MCU stm32F407. My intention is create a project using the STM32CubeMX c generator using both RTOS and USB Middlewares. I want to be able to see in my Device Manager...
Hello Imen. Thanks for your answer. I have just updated the HaL drivers, but I am still getting the same error. Now the HAL_TIMEOUT is occurred from the SPI_WaitFlagStateUntilTimeout().Bare in mind that that this error occasionally happens and not al...
Posted on September 10, 2017 at 21:00Hello,I have exactly the same request. Did you finally managed to get a solution? I would appreciate if you could share your solution if any.Thanks
Posted on September 07, 2015 at 14:48Thanks for your reply. It was really helpful. Indeed I had to use a 8bit sender function for SPI transmit. I was using a 16 bit transmit function by casting the data and it didn't work. Another important configur...
Posted on September 06, 2015 at 16:00I have exactly the same problem with the STm32F072!!! Can you please provide an explanation and how overcome this problem?