Can I use MCU's internal oscillator when communicating with GPS and cellular modules? I want to avoid connecting external crystals for the MCU since they generate noise, extra components, extra costs, and on top of that require PCB design constrains ...
Can you please share me timer sample code for STM32L432G board.I have Sensortile board and would like to interface buzzer, so I need to add timer code to get timer cb to toggle the required frequency to get the proper buzzer sound.Also please suggest...
STM32F407VGT6 -> this controller have 192kb of sram, I create a big byte array have 131832 byte and i got an error in Keil.Any idea why?
Using HAL and CubeMX. APB2 72 Mhz. The timer prescaler is 0, the period is 5, the duty ratio is 50%. How to solve this problem?
I am newbie to use Nucleo-L152RE board. I have a HTU21D-Temperature & Humidity sensor which used I2C interface to read the temperature data.So, with using the STM32CubeMX I have generated code for STM32L152RETx chip with UART2 (debug purpose) and I2C...
Hi stm32cube programmer cant recognize DFU.micro stm32f407 board Catalyst F400zdriver installed and DFU device exist in windows 7 device manager.a 1.2k resistor pulled up to pa12 but was useless.run as administrator is tried and was unsuccessful.DfuS...
I HAVE ONE RFID BOARD WHICH IS HAVING STM32F103C8T6 THIS ONE WILL RUN ON WINDOWS USING VIRTUAL COM PORT DRIVER.BUT I WANT THE SAME BOARD TO USE IN UBUNTU 14.04 BUT I HAVENT FOUND ANY DRIVER FOR UBUNTU TO USE MY BOARD .IS THERE ANY SOLUTION FOR THIS B...
With the help of STM32 CUBEMX generated basic code for IAR-EW and I have design a small code to print float variables on UART for debug purpose in STM32F413RH. This is working fine in IAR-EW but same things when I used in Atollic TrueStudio it is not...
Posted on October 04, 2015 at 15:16Hello!I'm trying to run STemWin/FreeRTOS/HAL on STM32F429IG revision Y at 168MHz.SDRAM (IS42S16400J-7TLI) connected to FMC controller and runs fine by itself (CAS_LATENCY_3/CLOCK_PERIOD_2/RBURST_ENABLE/RPIPE_DELAY_...