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

STM32F7 and CAN bus implementation

Posted on June 28, 2018 at 20:48Hi,so I am using STM32F769xxx MCU with TI's CAN transreceiver (http://www.ti.com/lit/ds/symlink/sn65hvd232.pdf, see 232 version, the one without low power modes). I have 2 problems that may have something to do with e...

0690X00000604a3QAA.jpg

STM32F334 HRTIM fails randomly

Posted on June 29, 2018 at 10:34Hello.I am using the STM32F334R8T7 in a design of a 3 phase buck converter.I have noticed that sometimes the HRTIM miss the reset event on the PWM (reset means put the output to 0).The frequency is 400kHz (0x2D00 load...

[SOLVED] STM32L031G6U6 only works in debug debug mode

Posted on June 12, 2018 at 09:41Custom PCB using an STM32L031G6U6 (as a slave co-processor to a BLE module, to drive a graphics LCD display). We started with a Nucleo then migrated the project to a custom PCB which implements SWD directly and the pr...

sm23 by Associate II
  • 204 Views
  • 1 replies
  • 0 kudos

CAN ''Bus-Off'' behavior

Posted on June 28, 2018 at 15:32Dear colleagues,Could you please help to understand CAN 'bus-off' operational in a correct way? (can not find a proper description in the Reference manual for STM32F4).Some assumptions a) Suppose that ABOM bit in the ...

BSP SD_DetectIRQHandler() doesn't work

Posted on June 28, 2018 at 13:19I am trying to use BSP SD functions. One way to detect if SD card is inserted is with BSP_SD_IsDetected()  and another way is via interrupts w/ BSP_SD_ITConfig() .The comments don't explicitly say which is the correct...

0690X0000060BvbQAE.png
Jur Div by Associate II
  • 386 Views
  • 4 replies
  • 0 kudos

STM32F7 USB_FS and USB_HS together

Posted on June 21, 2018 at 05:51It appears, but is not clear from the data sheets, that the STM32F7 and some STM32F4's have two separate USB controllers a FS one and a HS one. Assuming suitable software can be created can these two controllers be us...

STM32H7 SPI_FullDuplex_ComDMA example

Posted on April 25, 2018 at 21:51Hi, In the SPI_FullDuplex_ComDMA example from STM32Cube_FW_H7_V1.2.0, if the aTxBuffer is changed from const uint8_t to uint8_t. (from flash to sram). The code below:for(i=0;i<128;i++) aTxBuffer[i] = 0x55;SCB_CleanDC...

Asantos by Senior
  • 222 Views
  • 1 replies
  • 0 kudos
Labels