STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Extended Erase Returning 0x00

Posted on June 05, 2018 at 08:32Hello!So when i am sending to my STM32 0X7F i get ACK in return.When i am sending 0x02 and 0xFD i get ACK in return.The Problem start when i am trying to do mass extended erase like in the document named  'USART proto...

STM32H743BIT ETHERNET UDP PACKET RECEIVING

Posted on May 23, 2018 at 07:25Hai ,        We  are using the STM32H743BIT controller . we are using  the cubemx to generate the code for the  ethernet . In our application we need to receive the UDP packet  which function we need to use . To send t...

MANISH by Associate II
  • 363 Views
  • 1 replies
  • 0 kudos

STM32F4 : USE USB DP and DM as GPIOs?

Posted on June 25, 2018 at 05:04Hello,I am using an STM32F427 with the ULPI interface for USB communication, since i am not using the USB signals DP and DM for the USB communication, I would like to use those signals as GPIOs. Right now, the problem...

Jumping from boot code to the application code

Posted on June 23, 2018 at 08:53Hai, we want to jump from one code located at 0x8000000 to another code located at 0x8040000 . that jump condition is depending on the GPIO line .To jump we used the following code .void APP_JumpToApplication(void){ p...

MANISH by Associate II
  • 1148 Views
  • 6 replies
  • 0 kudos

STM32H7 custom bootloader issue

Posted on May 30, 2018 at 17:21Hi !I am working on Nucleo-144 board with the STM32H7 processor using cubeMX and developping on Ac6 System Workbench for STM32 based on Eclipse.I am currently developping a Bootloader located on the first sector of the...

STM32F373 SDADC Calibration does not finish

Posted on June 22, 2018 at 17:20Hey there i am using a STM32F373.Right now i am implementing the SDADC function to my programm, but if i trigger a Conversation or a Calibration it is not finishing it. SDADC_ISR_EOCALF or SDADC_ISR_JEOCF bit never se...

STM32L432KC - I2C1 Not Working

Posted on June 23, 2018 at 06:30Hello,My team and I have been having troubles using the HAL drivers with I2C1. We are attempting to use PA9 and PA10 as our I2C1_SDA and SCL pins, but noticed that PB5 and PB6 are also listed as I2C1_SDA and SCL pins....

Buffer overflow in CubeMX SDMMC-Driver

Posted on May 30, 2017 at 18:11I'm trying to get a SD-Card working with FATFS on a NUCLEO-L476RG. Code was generated with recent STM32CubeMX 4.0 and Firmware Package 1.8.0 for L4. SD-access in polling mode, no DMA.My application was crashing (Defaul...