RADC of STM32G0B1xB/xC/xE
I want to know the value of RADC in "Figure 29. Typical connection diagram using the ADC" of STM32G0B1xB/xC/xE? Alternatively, I would like to know the maximum value of RADC.STM32G0 Series
I want to know the value of RADC in "Figure 29. Typical connection diagram using the ADC" of STM32G0B1xB/xC/xE? Alternatively, I would like to know the maximum value of RADC.STM32G0 Series
Posted on February 10, 2015 at 18:29I am working with a slave I2C device (Kionix KX022 acccelerometer) which uses a ''repeated start'' mechanism to send data requested by the master (STM32F405), e.g. to read two bytes of data (from register N and r...
Hello,Im trying to use CAN on an STM32F042F6P6. The datasheet tells me to remap PA11/12 to PA9/10. How would I do that in CubeMX?https://www.st.com/resource/en/datasheet/stm32f042c4.pdfIf I hover over the grayed out CAN, it tells me that I have to do...
HI I am newbie and just got my hands on STM32 Discovery Kit IoT Node.According to the documentation the initial WiFi configuration was working fine. I was able to connect to WiFi. As i started playing around with it on STM32CubeIDE i have flashed var...
I'm working on an application where the amount of wires is limited. In order to update firmware, the only thing I will have is a single half-duplex RS485 transceiver connected to the UART. I was going to connect this to a single UART pin in single-wi...
Below is my following CAN configuration. Extended CAN frame is transferred every 50ms at 1MB/s.static void MX_CAN_Init(void){/* USER CODE BEGIN CAN_Init 0 *//* USER CODE END CAN_Init 0 *//* USER CODE BEGIN CAN_Init 1 *//* USER CODE END CAN_Init 1 */h...
Hello,I'm trying to write a program into a "STM32F334C6T6". For programing I want to use serial communication (UART1) and terminal (CoolTerm).So far I got a success with Get, Get ID and Read Memory commands. (refer to this manual https://www.st.com/r...
Hi,i'm using Keil and i'm trying to see my variables on STM Studio. I installed it today. But it doesn't work. A few days ago i replaced my D1 with D2. Because i broke down my D1. Is this can be the reason of the problem?
i have flashed a stm32f103c8t6 with freejoy code but now i am trying to re-use this for another project but how to i flash this back to a stock form. as when plugged back in to pc its coming up with they freejoy and not able to get it to show for pro...
I'm looking at the STM32H7B0xB. I'm confused about what the actual maximum baud rate of the UART (in asynchronous mode) is. I'm getting three conflicting answers:Section 3.38 (the USART section of the datasheet) says: "These interfaces provide asynch...