STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f103c8t6 spi communication with Arduino

Posted on April 15, 2017 at 11:42Hello I devolved a code for stm32 as a master and for arduino as a slave , to send a byte through SPI.But it did not work. I want to know what is the wrong in my code.STM32 Master Code :static void SPI_Config(void);i...

how to capture picture with stm32f4

Posted on April 16, 2017 at 11:35Hi everyone;I want to capture picture with stm32f4, I found some website take video however I am new at using stm32f4 thus I cannot rewrite this keil program, could you help me at this issue pleasemy founding website...

We have SRAM FSMC configuration code available for STM322xG in cubeF2, I want to implement Muxed NOR with the help of same code

Posted on April 15, 2017 at 13:55Hi,As the title I want to implement Muxed NOR on STM32F207ZG Nucleo boardfollowing is SRAM read write code. for (uwIndex = 0; uwIndex < BUFFER_SIZE; uwIndex++) { *(__IO uint16_t*) (SRAM_BANK_ADDR + WRITE_READ_ADDR + ...

Activate both CAN 2.0A and CAN2.0B in the same time

Posted on April 14, 2017 at 18:23Hello ALLIn order to perform a new project using STM32F302VC micro-controller . I have a question , :it s possible  to activate the CAN controller in standard and extended configuration (CAN 2.0A and CAN2.0B) in the ...

STM32F0 ADC DMA Assistance

Posted on April 14, 2017 at 21:19Hello All,Hoping someone can help me understand the ADC DMA via ST's HAL. I haven't been able to locate the information I need to understand how it works or what I have read still doesn't give me what I need so if so...

0690X00000606moQAA.png

how to read multi channel ADC ?

Posted on December 30, 2016 at 13:53hi , i am using STM32fo with cube mx and keil mdk5. in my project i have to read muti channel ADC value . For this when i used DMA  , DMA has its interrupt and in my project i already used timer interrupt so these...

Could somebody guide me as to how to compute Precaler,Duration,dutycycle and period for STM32f469NI-eval board Timer

Posted on April 12, 2017 at 09:28I am trying to setup PWM to control Stepper Motor using stm32cubemx code initialiser with keil IDE, I need a max duty cycle of 50% at a frequency 12MHz. I am trying to obtain proper values for prescaler, autoreload(d...

CAN Interface

Posted on April 14, 2017 at 13:50Hi,I am testing CAN interface on STM32F769i-Eval board.I have created a CAN Application and i can able to receive CANpackets on the PC Application in Loopback mode.Unable to receive messages in Normal mode.Moreover i...

Issue with STM32F401RE and X-Nucleo-53L0A1(not working)

Posted on April 09, 2017 at 23:33I tried to program the STM32 MCU with the example code (RangingWithSatellites) from here : http://www.st.com/content/st_com/en/products/ecosystems/stm32-open-development-environment/stm32-nucleo-expansion-boards/stm3...