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

UART RX Interrupt doesn't work

Posted on July 09, 2018 at 16:57Hello, I have a problem with UART RX interrupt on a STM32F777.I'm using cube mx, I've well enable interrupt in NVIC for my UART7.In my code, I do :HAL_UART_Receive_IT(&huart7, &UART_Data, 1);So when a character is rec...

STM32CubeMX + lwIP + DP83848 RMII

Posted on January 04, 2018 at 16:20 Hi. I have a project generated using stm32cubemx. lwIP, RMII, 50MHz MCO out. Static IP. ARP, ICMP modules is enabled. After starting the board i see (with wireshark) one Gratuitous ARP message fr...

STM32F446 Interrupt Query

Posted on July 10, 2018 at 08:03I am using STM32F446 Microcontroller in my project.But i have some points to know about  Interrupt.1. if i use multiple interupts  and  i am  not assign priority of interrupt than how interrupts execute?2. If I assign...

C++ no bad alloc exception for vector class

Posted on June 24, 2018 at 21:34Hey guys,I'm using C++ on my STM32F429 with G++ compiler.I was trying to test the limits of the vector class. However I'm always running into a hard fault. I'm expecting a bad alloc exception instead.http://www.cplusp...

CAN LOOPBACK and NAK

Posted on July 10, 2018 at 08:58Hello, I am using CAN1 in loopback mode and when i probed CAN1_TX, i found NAK. why is that ?wont the same can1 controller ack it ?if NAK then CAN1 should re transmit the frame ( NART is 0) , but dont see any retransm...

0690X0000060CG5QAM.png
RN by Senior
  • 288 Views
  • 1 replies
  • 0 kudos

STM32F746Z jpeg encoding

Posted on July 10, 2018 at 10:17Hi allI'm using STM32F746Z, I have a raw RGB image acquired from DCMI and i need to convert it to jpeg.Using STM32CubemMX i've enabled middlewares LIBJPEG library, but now i how to use it.Can anybody provide me a simp...

Resolved! stm32F105RB flash range

Posted on July 09, 2018 at 09:45Hello,I have stm32F105RB with 128KB flash and 64KB sram. But I qury the related document, the flash organization is as below which total flash size is 256KB. Are there any other documents to introduce the 128KB flash ...