STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! HAL issue with int8_t instead of uint8_t

Hello ! I've been working on with LIS3MDL a magnetometer from STM, but there was one problem because reading X,Y,Z it was showing good values but sometimes instead of value it just spitted 0, for example X = 0.14, Y = 0.30, Z = 0.14 and sometimes it ...

Xenon02 by Senior
  • 955 Views
  • 8 replies
  • 2 kudos

Resolved! STM32F4 UART NOT WORKING CORRECTLY

In the code I have written here, I am trying to send data from UART4 within the main function and simultaneously receive data through interrupts if data arrives. However, the data transmission part works for a very short time and then stops, and the ...

Resolved! Ethernet on stm32f767 For Dummies

Hi,I have a background in electrical engineering but am a complete beginner with embedded engineering. I've bought two nucleo f767zi boards with the goal to send information between them using Ethernet with the built in rj45 port. My goal right now i...

Resolved! ethernetif.c File and misra-c:2012 2.3 Issue(?)

In the ethernetif.c file,typedef enum{RX_ALLOC_OK = 0x00,RX_ALLOC_ERROR = 0x01} RxAllocStatusTypeDef; // Here, RxAllocStatusTypeDef type is not used.It says that RxAllocStatusTypeDef is not used, which violates misra-c:2012 2.3.Inferentially, this wo...

lovewar by Associate
  • 298 Views
  • 1 replies
  • 0 kudos

Jump to bootloader from Azure RTOS

Hello,I'm having some issue going from my user code running azure RTOS to the bootloader. I'm using a STM32U599The code I'm using is the following, you can find online: void JumpToBootloader(void){uint32_t i=0;void (*SysMemBootJump)(void);/* Disable ...

STarlink by Associate
  • 344 Views
  • 1 replies
  • 0 kudos