STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

IDB05A1 working without jumper

Posted on April 21, 2017 at 10:17Hi,I am using a IDB05A1 board together with a L073RZ, is it normal that the IDB05A1 is working when i remove the J1 jumper?I don't get why since there's no connection between 3v3 and VDDThanks in advance Raphael

STM32756G-EVAL SPI/I2C

Posted on April 20, 2017 at 11:19HiI want to connect a thermal camera to the STM32756G-EVAL EV board.In order to connect it I need to have one free SPI terminal and one I2C free terminal.When looking at the user manual I can't find SPI mentioned any...

Convert SystemWorkbench to GNU ARM Eclipse ??

Posted on April 19, 2017 at 00:24I recently try to start a project using STM SensorTile which has the STM32L4 chip embedded.I have downloaded the STSW-STLKT01 and I have loaded coded using the AC6 SystemWorkbench, no problem.However, my boss need me...

STM32F7 multi-Slave SPI with CubeMX

Posted on April 21, 2017 at 03:14CubeMX 4.20.1STM32Cube_FW_F7_V1.6.1Target: STM32F765NIHxThe Reference Manual (RM0410 rev 2) Section 35.5.3 (multi-slave) Figure 390 Note 2 states that the MISO pins of all SPI Slaves must be configured as alternate-f...

Resolved! Accesing the field of a struct when it is a pointer?

Posted on April 20, 2017 at 19:39Having trouble reading the MAC address using the HAL but mostly because of my inexperience. uint8_t             *MACAddr;                   /*!< MAC Address of used Hardware: must be pointer on an array of 6 bytes */...

Resolved! AS5048 SPI Communication trouble

Posted on April 18, 2017 at 19:44Hi All,Have just moved over to the STM32 (have the Nucleo-F103RB!) device from 8bit devices, and am finding the STM32 device to be pretty cool Currently working on a personal project, to build a robotic arm and have ...

STM32F4 ADC/DMA always returns same value.

Posted on April 19, 2017 at 19:16STM32F437I want to use ADC3 with DMA to capture values and have them available when needed but I don't need an ISR. Regardless of changing the input the value never changes. Below is the code I am using. Please give ...

John Hite by Associate III
  • 631 Views
  • 6 replies
  • 0 kudos

How to use FFT on STM32F427 ?

Posted on April 12, 2017 at 18:23How can I use FFT on STM32F427 development board?Where Can I find arm_math.h file?Can I use void cr4_fft_1024_stm32(void *pssOUT, void *pssIN, UINT16 Nbin) this FFT function with my board?#fft-stm32f4 #stm32f427

Resolved! USB CDC dont work in debug

Posted on April 11, 2017 at 12:39Hi all I'm working on a STM32F303CC very simple board(just µC IMU and USB). I need to use a USB Virtual COM (CDC) for a MtoM data transfer with a Windows PC I set up BSP with STMCubeMx and compiling/debuging with Ke...

o gaste by Associate III
  • 1595 Views
  • 3 replies
  • 0 kudos

STM32L Interrupt not firing. SOS!!

Posted on April 20, 2017 at 16:04I'm new to STM32 line of Microcontrollers, However I have worked extensively on TI MSP430 line.I recently bought STM32L-DISCOVERY with STM32L152RCT6 controller onboard.I got the en.stsw-stm32077 standard peripherals ...

Labels