STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! DeInit entire port, rather than a single pin

Hi,I'm using the STM32 F429ZI MCU, and I was wondering if an entire port can be deinitialized rather than one pin at a time. I know of the HAL_GPIO_DeInit() in the STM32 headers but it looks like it works one pin at a time. Is there a function to DeI...

Debug freeze using STM32CubeMX generated software

​Hi everybody, I'm approaching to HAL. I'm using STM32CubeMX to setup a STM32L431 and when I start debugging the MCU freeze in SystemClock_Config() function. If I don't use HAL my simple program (just i++; inside indefinite loop) works fine. Maybe I ...

adavide by Associate
  • 310 Views
  • 0 replies
  • 0 kudos

Bug in the STM32Cube_FW_H7_V1.3.0 CANFD?

Hi, I made a CANFD application for H7 using STM32Cube_FW_H7_V1.3.0 and noticed that the filter is not working, the H7 receives any CANFD message ID. I just changed the "Drivers" folder to that of STM32Cube_FW_H7_V1.2.0, and the CANFD filter started w...

Asantos by Senior
  • 398 Views
  • 1 replies
  • 0 kudos

udp packet sending problem using netconn

i trying to receive a structure and send a structure back to originator but i cant see any packets going in and out in wireshark but if i receive it receives continously where ever i want to send a packet on receiption the problem occurs can some on...

brath by Associate II
  • 344 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F303VB: How to debug Boot loader + Application?

Posted on August 04, 2017 at 08:19Hi,I'm working on my custom hardware based on STM32F303VBI'm trying to make a CAN based boot loader. I can jump from boot loader to application but the application just hangs some where.How can I debug boot loader +...

Prasant J by Associate III
  • 1986 Views
  • 7 replies
  • 0 kudos

I am developing custom board with STM32F207 as slave Micro Controller . The Master Controller will Fork the STM32F207 and transfer application firmware over SPI . I need complete source code for SPI Boot loader STM32F207 .

I am developing custom board with STM32F207 as slave Micro Controller . The Master Controller will Fork the STM32F207 and transfer application firmware over SPI .I need complete source code for SPI Boot loader STM32F207 .