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

Resolved! DMA priorities for LTDC

Posted on June 22, 2018 at 08:57Hi,I have a problem with configuring priorities for DMA channels and LTDC controller.I am using a DMA channel to communicate with a DSP processor. In this channel I need a large data transfer. When I start the DMA cha...

Need I/O controller EVM board

Posted on June 05, 2018 at 06:30 Hi there, I have been back to high power design. My system contains 3phase, 380V, 50Hz ac input, secondary surge protector, Aux Tr ( single phase, 380V/220V, 300VA), phase transformer( 3ph, 380v/12v,0v,12v,100VA...

DMA_DeInit implementation CCR overwrite?

Posted on June 20, 2018 at 18:27In the stem32f10x_dma.c the DMA_DeInit function has the following lines: /* Disable the selected DMAy Channelx */ DMAy_Channelx->CCR &= (uint16_t)(~DMA_CCR1_EN); /* Reset DMAy Channelx control register */ DMAy_Channe...

STM32F042 Is HAL_CAN_ConfigFilter() required?

Posted on June 18, 2018 at 23:06 I'm trying to get an interrupt-driven CAN receiver working on a STM32F042K6- but I'm not having much luck. I'veconfigured the CAN module in CubeMX and the code it generates makes sense to me - and seems to match t...

STM32F3 Interrupt and timers

Posted on June 21, 2018 at 10:56I am running STM32F303VC.I require an IRQ on GPIOE_Pin_15  ---> TIM2_Channel_1My typical Frequency range is from 5 Hz - 500HzThis is required to provide me with a number of ticks between the 2 interrupts.  The result ...

kim by Associate
  • 314 Views
  • 3 replies
  • 0 kudos

STM32L496ZG flash program issue

Posted on June 21, 2018 at 00:57Hi,I am working on STM32 flash program using a sample program from V1.11. The program is pretty straight forward. Erase ADDR_FLASH_PAGE_16 to ADDR_FLASH_PAGE_255 then program.The program stuck in HardFault_Handler doi...

Labels