Thanks to visit codestin.com
Credit goes to github.com

Skip to content

L4 integration: Modifications to main. #1938

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

tobbad
Copy link
Contributor

@tobbad tobbad commented Mar 27, 2016

This is a PR in a series (#1888, #1890, #1903, #1904, #1916, #1917, #1918, #1919, #1920, #1921, #1922, #1924, #1925, #1929, #1937 ) of PR to support the STM32L4 series in micropython. (see http://forum.micropython.org/viewtopic.php?f=12&t=1332&sid=64e2f63af49643c3edee159171f4a365)

The macro __CCMDATARAMEN_CLK_ENABLE is defined as __HAL_RCC_CCMDATARAMEN_CLK_ENABLE in stm32_hal_legacy.h on the l4 but on l4 __HAL_RCC_CCMDATARAMEN_CLK_ENABLE can not be resolved. Therefore I do not use this code on L4.

I use SRAM2 on L4 for storage cache which is clocked in run mode (See table 20 in RM0351, STM32l4 reference manual from October 2015).

@pfalcon pfalcon force-pushed the master branch 6 times, most recently from 9167980 to 1cc81ed Compare April 10, 2016 22:16
@dpgeorge
Copy link
Member

dpgeorge commented May 5, 2016

Merged in 7441ba7.

@dpgeorge dpgeorge closed this May 5, 2016
@tobbad tobbad deleted the l4_integration_main branch May 7, 2016 14:56
tannewt pushed a commit to tannewt/circuitpython that referenced this pull request Jun 12, 2019
…er-2019-06-11

Merge latest 4.0.x changes to master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants