STM32F46zGT6 SPI example code
Posted on November 30, 2017 at 06:22Can you please send me SPI example for STM32F746 nucleo board
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on November 30, 2017 at 06:22Can you please send me SPI example for STM32F746 nucleo board
Posted on November 07, 2016 at 12:19When regenerating code (previously correctly generated several times) CubeMX displays an error window and deletes an initialization assembler source file which prevents the Eclipse/System Workbench project to buil...
Posted on November 30, 2017 at 23:43I am using a X-NUCLEO-IHM02A1 dual stepper motor driver evaluation board paired with a NUCLEO STM32F302R8 board. My IDE is the System Work Bench for STM32. The motor driver comes with a software package for contai...
Posted on November 30, 2017 at 17:28Hi, I'm new here.I've started a project using the STM32F746 Discovery board and I've been messing around with the external SDRAM.I copied the initialisation code from the FMC example, and used STM32CubeMX for the ...
Posted on November 30, 2017 at 21:23Hi I have been trying to get my stm32l486RG to work wtih a microSD car but the SDIO doesnt seem to be alive. I used cubeMX to start up the project but am unable to see any signals on the D0-D4 or CMD lines. Apprec...
Posted on November 30, 2017 at 20:36Hello friends The microcontroller will hang after the following commandHow can I fix this problem? GPIO_InitStruct.Pin = GPIO_PIN_15; GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; GPIO_InitStruct.Pull = GPIO_NOPULL;...
Posted on November 30, 2017 at 10:57Hello ,I am working on STM32F4xx CAN interface with Busmaster . Here is my initialization code: /* CAN cell init */CAN_InitStructure.CAN_Mode = CAN_Mode_Normal; CAN_InitStructure.CAN_SJW = CAN_SJW_1tq;/* CAN Baudr...
Posted on November 30, 2017 at 12:35MCU: STM32F777IIHow can I use the backup SRAM to store non volatile data? Are there any examples?Is there also way to let the compiler know that this is the area of RAM to use for allocating these variable which I...
Posted on November 29, 2017 at 13:57With the community's help I have code that runs and demonstrates interrupts and interrupt handling. I need more information to understand how the STM32F3 series parts process event changes (interrupts) such as the...