User Activity

Hi, Does any one know that how to add OEM CANopen driver in to existing CubeMx+ARMMDK project.History:I have started project by using CubeMx to configure required pins and peripherals. It is working ok. Even I have configured required CAN pins using ...
I created project using ARM MDK (Keil) tool chain where I installed STM32 FW Pack and then using MX Cube to create main.c, stm32F7xx_it.h and stm32F7xx_it.c. I was not using any OS. Application is working ok. Now I am trying to add CMSIS - RTOS2 so I...
Posted on March 21, 2018 at 17:35Hi,It came to attention that there is bug in stm32f7xx.h for CMSIS version.__STM32F7_CMSIS_VERSION  using __STM32F7_CMSIS_VERSION. It cause compilation error. So existing code :&sharpdefine __STM32F7_CMSIS_VERSION_MA...
Posted on March 12, 2018 at 23:29Hi, I usingBoard: STM32F769NI DiscoveryCubeMx: 4.24.0STM32Cube_FW_F7_V1.9.0ARM MDK: 5.24.2.0When I try to use UART6 for communicating with hyper terminal (or putty).My UART6 and HT are configured as belowI get corrup...
Posted on October 12, 2017 at 18:26I am using Keil_MDK V5.23 and trying to read/write SD card on STM32F769NI Discovery board.So far,1. I created project in Keil MDK for STM32F769NI and selected necessary options from Manage Run Time Environment.2. I...