Is passive participation possible ?
Hello, I have also just received a message saying I cannot attend. I do not need to get the free board (which I can by myself), Is it still possible to attend ? Thanks and best regards. Sara
Hello, I have also just received a message saying I cannot attend. I do not need to get the free board (which I can by myself), Is it still possible to attend ? Thanks and best regards. Sara
If I useHAL_ADC_Start_DMA(&hadc1, (uint32_t*)uiAdcResults, ADC_NUMBER_OF_CHANNELS);it only works with up to 5 channels. With more channels there are problems with some channels in the DAM result array. For example with 7 channels, only channel 2...5 ...
Hello, I'm using QuadSPI to read/write to external flash on STM32F746NG.I used this example from ST and it's working correctly: https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32746G-Discovery/Examples/QSPI/QSPI_ReadWrite_IT...
HAL_SPI_TransmitReceive(&hspi1,tx_sensor_data,rx_sensor_data,8,0);I want sent 8bytes, but only 2bytes sent, why?
I am working with STM32F&508-DISCO, which is said to have external Flash of size 16MB connected through QSPI. I am trying to read from it, but it is not working.I tried running this: https://github.com/STMicroelectronics/STM32CubeF7/blob/master/Proje...
We're developing for the STM32F767, primarily using the HAL. We have devices on the SPI bus which require different timing clock polarities. Re-configuring the SPI hardware through repeated calls to HAL_SPI_Init works, however, the actual hardwar...
Is it possible for any of the analog watchdogs of ADC1 to be used to trigger TIM8? I would like to stop a PWM generated using TIM8 when an ADC1 conversion crosses a threshold. Table 251, Interconnect to the tim_etr input multiplexer seems to indicate...
I am using UART to display the live readings of my DHT11 sensor similar to this blog post https://controllerstech.com/using-dht11-sensor-with-stm32/ and my program seems to stop around the DHT11_Read() or DHT11_Check_Response() functions. It seems t...