STM32 CANopen Free stack
Hello, Does anyone have any information regarding a free opensource CANopen stack for STM32 MCUs (STM32H7)? Thank you and best regards,Vouria
Hello, Does anyone have any information regarding a free opensource CANopen stack for STM32 MCUs (STM32H7)? Thank you and best regards,Vouria
Hi,the meaning of the PLS[2:0] bits in the PWR_CR2 register is not yet documented in the RM0440 Rev2, they're marked "TBD" (see screenshot attached). Could you provide the mapping of thresholds levels?Thanks a lot!Regards,Matthias
I've designed a board with stm32G431 MCU (i will include schematic if necessary) and now trying to test how it works. I am using CMSIS for programming and wrote the most simple blink program (LEDs are on PB3-6):#include "stm32g431xx.h" void delay(u...
Page 1186, just above Table 264, it says: "Table 264 lists the internal sources connected to the tim_etr input multiplexer"It should say tim_itr:"Table 264 lists the internal sources connected to the tim_itr input multiplexer"
Hi =)I'm very new in the STM32 world - decided to upgrade from AVR to 32bit and I like the STM32 product series, documentation and community so here I am =) I would like to interface an 8 channel DAC with an STM32, for example a TI PCM1690.My questio...
HI. I'm trying to understand what is Stack aligment and what is it for. Cortex-M3 has a special bit STKALIGN in SCB->CCR register. Theoretically this bit is set to 1 in new revision of core, but when i look through debugger this bit is clear.I've rea...
Hello.I'd like to activate the Debug viewer for Cortex-M0. (STM32f030R8)I follow the instruction. (I attached the instruction file that I did.)but it did not work.The full code is also attached.Please review all things and let me know what i should d...
/* RTC init function */static void MX_RTC_Init(void){ /* USER CODE BEGIN RTC_Init 0 */ /* USER CODE END RTC_Init 0 */ RTC_TimeTypeDef sTime; RTC_DateTypeDef DateToUpdate; /* USER CODE BEGIN RTC_Init 1 */ /* USER CODE END RTC_Init 1 */ /**Initialize...
Greetings embed ProfessionalsRecently taken onto STM32 and getting along quite well so far! Regretting for not having done so earlier so plenty of catch up and "learning to do" (ps. mechanical engineering background here). Learning in particular; I'd...
Hello guys.I've been trying to learn how to program STM32 MCU's using registers.This time, I've attempted to configure a basic UART programm in which I would like to send whatever I receive via UART back to the source. Basically an echo program.I'm i...