User Activity

 I am using CubeMx and CubeIde to configure and test software.I am using 2 Nucleo-F446RE boards back to back.  I am attempting to use HAL_SPI_TransmitReceive_DMA for transactions.   I use CubeMX to set up both boards and take the defaults.   One is s...
I have probably missed something simple. I use CubeMx to Configure the A2D channels hadc.Instance = ADC1; hadc.Init.ClockPrescaler = ADC_CLOCK_ASYNC_DIV1; hadc.Init.Resolution = ADC_RESOLUTION_12B; hadc.Init.DataAlign = ADC_DATAALIGN_RIGHT; ...
I just received (about 4 hours ago) 2 Nucleo-F042K6 boards. I tried to a LED blinker program but both units hang in the Clock Configuration routine. Strange that both units exhibit the same behavior. I'm wondering if I missed something. I used C...
The Slave Code   while (1) { //Slave Section // Check If Data is about to be received Spi3_CE_State = HAL_GPIO_ReadPin(SPI3_CE_GPIO_Port, SPI3_CE_Pin); Spi3_CS_State = HAL_GPIO_ReadPin(SPI3_CS_GPIO_Port, SPI3_CS_Pin)...
Issue #1: I am using the latest Versions of CubeMX and CubeIce running Windows 10. I have been using the these for several months. In the Past I could double-click the .project file for a project and cubeide would launch and load the project. Now,...