How Connect stm32Nucleo with x-Nucleo-idw01m1?
Posted on June 08, 2018 at 11:20HI,Here, I am connecting stm32F411re with x-Nucleo-idw01m1.I am not quite familiar with stm32. So, please provide helpful links, suggestions.Thank you sir,
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on June 08, 2018 at 11:20HI,Here, I am connecting stm32F411re with x-Nucleo-idw01m1.I am not quite familiar with stm32. So, please provide helpful links, suggestions.Thank you sir,
Posted on June 09, 2018 at 16:51Hi,i am working on stm32l071, interfacing with LIS1DW12 i have configured 1. Write 64h in CTRL1 // Turn on the accelerometer // ODR = 200 Hz, High-Performance2. Write 04h in CTRL6 // FS 2 g LOW_NOISE enabled3. Write 2...
Posted on June 08, 2018 at 18:49Hi, I have a System Workbench project and I need to change the processor type. Is there an easy way to do this?
Posted on June 08, 2018 at 19:30 I'm trying to draw a bitmap using 2D DMA, so I have the address of the destination which is the front buffer, and then I read a line from the bitmap, blit it using the 2D DMA.. I get scanlines, and garbage image. ...
Posted on June 08, 2018 at 21:10My project needs me to connect the host PC to my STM32F4Discovery DISC1 via the virtual COM port to the USART2. So that I can send commands to the Bootloader. Though I have been able to transmit data from the USART3 t...
Posted on June 08, 2018 at 16:37Hi, guys.I am using STM32F437 and trying to use PI8 as an output port.I am trying to program it using standard procedures: RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOI, ENABLE); GPIO_InitTypeDef GPIO_InitStructure; ...
Posted on June 06, 2018 at 14:23Hello,I implemented some functions to read and write the QSPI memory by using functions HAL_QSPI_Transmit() and HAL_QSPI_Receive() provided by the libraries.Everything works fine. I just wonder how I can write and rea...
Posted on June 08, 2018 at 13:19Bugs in current, and older code treesSTM32Cube_FW_L4_V1.12.0\Drivers\BSP\STM32L496G-Discovery\stm32l496g_discovery_sd.c.../** * @brief Initializes the SD MSP. * @note The SDMMC clock configuration done within thi...
Posted on April 05, 2018 at 11:47 Using STM32CubeMX 4.0, and MCU STM32L4A6QGIx, Prerequisites: USART1-USART3 and UART4 to UART5 are using the LL driver selection via Project Settings > Advanced Settings (changed from HAL to LL library). The g...
Posted on June 08, 2018 at 10:48I have a question about a feature of STM32s which slightly puzzles me. Each peripheral class (e.g. SPI) may have several instances on a given processor (e.g. SPI1, SPI2, ...). Different processors in the family have d...