STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32H7, HAL_Deinit() causes core stall

Hi there, I'm fixing the jump function from my custom bootloader to the application, below the code:  static void __inline__ CheckAPPjumpRESET(void) { /*.-.-.| Local variables: |.-.-.*/ u32t uiI = 0; /*.-.-.| Execution: |.-.-.*/ if(GetRESETkey()...

iTTy by Associate III
  • 410 Views
  • 2 replies
  • 0 kudos

Use of "HAL_Delay" after "osThreadCreate"

Hi all,I am working with the Nucleo-L476RG board.I generated a project with CubeMx and enabling FreeRTOS.At this point the project is running fine.I debug the project and all is working.I put a breack point inside the "SysTick_Handler" and this hadle...

0690X000008A7VVQA0.png 0690X000008A7qYQAS.png
Dev1 by Associate II
  • 2657 Views
  • 10 replies
  • 3 kudos

Resolved! Position Independent Code

HelloI am trying to merge USB CDC code into an existing code which is a Keil multi project code. I am using the USB CDC code generated by stm32cubemx for data transmission and reception testing. The multi project is position independent build and whe...

prsh by Associate II
  • 600 Views
  • 1 replies
  • 1 kudos

Resolved! STM32f429 disc1 board

Can I know what is difference between internal adc of STM32f429 disc1 board and an external 12bit 1MSPS adc.Which adc to use for any application that needs more accuracy whether I should go for external or internal adc.Will internal adc produces any ...

factory-set programming

Hello,I work in a company that uses stm32F031C4T6 and we manufacture 40,000 cards a year with this reference. I was wondering if it would be possible to ask the manufacturer to program the microcontrollers directly in their factories, because for our...

kolia by Associate
  • 247 Views
  • 1 replies
  • 1 kudos

Resolved! HAL ADC multi channel in polling mode

Hi everyone, I have a STM32F042F6P6 chip. I want to read 9 analog channels on it.I guess there are at least 2 options: configure a scan mode with DMA, and staying in polling mode.I decided to stay in polling mode to avoid a potential problem due to D...

Arthur21 by Associate
  • 2198 Views
  • 3 replies
  • 1 kudos

Resolved! NetX Duo driver & link-down state

Hi All,I am working at project with STM32H7 and NetX Duo. At current version of Ethernet driver from ST (X-CUBE-AZRTOS-H7 v3.0.0) is not handled by any way state when link is disconnected. Link status variable nx_interface_link_up is set at "Enable L...

JDosp.1 by Associate III
  • 2679 Views
  • 8 replies
  • 4 kudos