This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

misunderstanding about peripherals in 64,100,144 pin STM32L152

Hi,

I am designing a board with STM32L152VD LQFP100. From the datasheet pin definition table When I look for USART3 pins I find pin pairs 55,56 and 78,79 both for USART3. I am sure about pin 55 and 56 since only LQFP100 has it but not sure if pin 78 and 79 are connected to USART3 too.

Parents
  • That depends on the package you are going to use. A 100 pin package may not have all pins available. Perhaps the 144 pin package would have all the pins accessible.

    I took a look that 75 and 76 are UART CTS, RTS signals. Also noticed on the 100 part
    I think I remember that 76 is tied to VDD_2.

    As I looked at this document "STM32L151xD STM32L152xD" datasheet (DM00034689.pdf)

    on Page 45 there is a table :

    Table 8. STM32L151xD and STM32L152xD pin definitions (continued)

    You can see that these pins are available on both 100 and 144 pin packages. But not at the
    same pin numbers:

    USART3_CTS/

    144 pin package on 74 100 pin package on 52

    USART3_RTS/
    144 pin package on 75 100 pin package on 53

    Need to look in the right column that corresponds to the packages.

    You can also see in the table that some functions available on the die of the chip
    are not hooked up on the smaller packages. I think the 144 pin chip has all functions hooked up. but the 100 pin chip can not have all functions available. The table shows that.

Reply
  • That depends on the package you are going to use. A 100 pin package may not have all pins available. Perhaps the 144 pin package would have all the pins accessible.

    I took a look that 75 and 76 are UART CTS, RTS signals. Also noticed on the 100 part
    I think I remember that 76 is tied to VDD_2.

    As I looked at this document "STM32L151xD STM32L152xD" datasheet (DM00034689.pdf)

    on Page 45 there is a table :

    Table 8. STM32L151xD and STM32L152xD pin definitions (continued)

    You can see that these pins are available on both 100 and 144 pin packages. But not at the
    same pin numbers:

    USART3_CTS/

    144 pin package on 74 100 pin package on 52

    USART3_RTS/
    144 pin package on 75 100 pin package on 53

    Need to look in the right column that corresponds to the packages.

    You can also see in the table that some functions available on the die of the chip
    are not hooked up on the smaller packages. I think the 144 pin chip has all functions hooked up. but the 100 pin chip can not have all functions available. The table shows that.

Children